Update the repsitories to know the "Add" function
This commit is contained in:
@@ -9,5 +9,7 @@ namespace skydiveLogs_api.Data.Interface
|
||||
T GetById(int id);
|
||||
|
||||
bool Update(T updated);
|
||||
|
||||
bool Add(T newEntity);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user