public void Delete(Guid id) { _domainService.Delete(id); }
public int Delete(int id) { return(_categoryDomainService.Delete(id)); }