예제 #1
0
 public T Get(long id)
 {
     using (var repo = new NHGetAllRepository <T>())
     {
         return(repo.Get(id));
     }
 }