Commit före flytt avStatusparameter från point till round
This commit is contained in:
@ -6,4 +6,5 @@ public interface IRepository<TEntity>
|
||||
Task<TEntity?> Get(int id);
|
||||
Task<int> Save(TEntity entity);
|
||||
bool Delete(TEntity entity);
|
||||
Task<bool> DeleteById(int Id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user