Example #1
0
 public async Task <LocatorDto> Delete(int id)
 {
     return(await _locatorService.Delete(id));
 }
Example #2
0
 public static void Delete(string id)
 {
     service.Delete(id, AuthenticationHelper.CompanyId.Value);
 }