Schnittstellenimporter wieder gängig gemacht
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using KlassenBIB;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
@@ -23,6 +24,6 @@ namespace SanShared
|
||||
/// Funktion der die Inspektionsobjekte übergibt
|
||||
/// </summary>
|
||||
/// <returns></returns>
|
||||
List<IInspektionsobjekt> GetInspektionsobjekte();
|
||||
List<Inspektionsobjekt> GetInspektionsobjekte();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user