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