예제 #1
0
 public IQueryable <T> GetTable()
 {
     return(_invoicingContext.Set <T>());
 }