예제 #1
0
 public IEnumerable <T> Read <T>() where T : class
 {
     return(_db.Set <T>());
 }