Exemple #1
0
 public void Edit(Host entity)
 {
     _hostrepository.Edit(entity);
     SaveChanges();
 }