Example #1
0
 public void Remove(Host entity)
 {
     _hostrepository.Remove(entity);
     SaveChanges();
 }