Пример #1
0
 public async Task <ResultObject> DeleteAsync(int id)
 {
     return(await branchAppService.DeleteBranchAsync(id));
 }