Ejemplo n.º 1
0
 public void Update(T entity)
 {
     using (var repo = new NHGetAllRepository <T>())
     {
         repo.Update(entity);
     }
 }