Exemplo n.º 1
0
 public IQueryable <T> GetTable()
 {
     return(_invoicingContext.Set <T>());
 }