From f56c27ec735a68ccdd7d06a276d6313eae3e9692 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Thu, 26 Jan 2017 16:50:22 +0200 Subject: [PATCH] add id to IBusStop Save mathod --- src/MapsDb/Interfaces/IBusStopDs.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MapsDb/Interfaces/IBusStopDs.cs b/src/MapsDb/Interfaces/IBusStopDs.cs index a045a0d..d78beb5 100644 --- a/src/MapsDb/Interfaces/IBusStopDs.cs +++ b/src/MapsDb/Interfaces/IBusStopDs.cs @@ -7,7 +7,7 @@ namespace MapsDb.Interfaces public interface IBusStopDs { Task> GetIndexListAsync(); - Task SaveAsync(BusStopEditDsM busStop); + Task SaveAsync(BusStopEditDsM busStop, int? id); Task FindOneDetailsAsync(int Id); Task DeleteAsync(int? Id); } -- libgit2 0.21.4