Ejemplo n.º 1
0
 public async Task <bool> Delete(int id)
 {
     return(await _branchService.DeActiveAsync(id));
 }