Exemplo n.º 1
0
 public async Task <ResultModel <int> > DeletePersonnel(int id)
 {
     return(await _personnelStoreService.DeleteAndSaveByIdAsync(id));
 }