Example #1
0
 public Task Delete(int projectId, int id)
 {
     return(_repository.DeleteAsync(id));
 }