Exemple #1
0
 public async Task <int> Delete(int itemCollEntityID)
 {
     return(await _repository.Delete(itemCollEntityID));
 }