コード例 #1
0
 public IEnumerable <T> GetAll()
 {
     return(_context.Set <T>());
 }