Beispiel #1
0
 public async Task <ServiceResult> EditDomain(int id, Domain model)
 {
     return(await _domainRepository.EditDomain(id, model));
 }