Esempio n. 1
0
 public bool AddOrUpdate(CompanyType companyType)
 {
     return(repository.AddOrUpdate(companyType));
 }