Add the "delete" feature for the "Jump"
This commit is contained in:
@@ -6,5 +6,7 @@ namespace skydiveLogs_api.DomainService.Repositories
|
||||
public interface IJumpRepository : IRepository<Jump>
|
||||
{
|
||||
IEnumerable<Jump> GetAll(User user);
|
||||
|
||||
bool DeleteById(int id);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user