Haltung exporter angefangen
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System;
|
||||
using SewerStammGen.Shared.Domain;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
@@ -6,8 +7,8 @@ using System.Threading.Tasks;
|
||||
|
||||
namespace Shared.Contracts
|
||||
{
|
||||
internal interface IExport
|
||||
public interface IExport
|
||||
{
|
||||
bool Export();
|
||||
Task<bool> Export(List<Kanal> haltungen, List<Schacht> schaechte);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user