Exemplo n.º 1
0
 public EntityQueryBase <SaleQuotationRate> SaleQuotationRate(
     [Inject] EntityQueryBase <SaleQuotationRate> entityQuery)
 {
     return(entityQuery);
 }
Exemplo n.º 2
0
 public EntityQueryBase <ParcelServiceZone> ParcelServiceZone(
     [Inject] EntityQueryBase <ParcelServiceZone> entityQuery)
 {
     return(entityQuery);
 }
Exemplo n.º 3
0
 public EntityQueryBase <ParcelServiceVendor> ParcelServiceVendor(
     [Inject] EntityQueryBase <ParcelServiceVendor> entityQuery)
 {
     return(entityQuery);
 }
Exemplo n.º 4
0
 public EntityQueryBase <Params> Params([Inject] EntityQueryBase <Params> entityQuery)
 {
     return(entityQuery);
 }
Exemplo n.º 5
0
 public EntityQueryBase <ExportSession> ExportSession([Inject] EntityQueryBase <ExportSession> entityQuery)
 {
     return(entityQuery);
 }
Exemplo n.º 6
0
 public EntityQueryBase <BillDescription> BillDescription([Inject] EntityQueryBase <BillDescription> entityQuery)
 {
     return(entityQuery);
 }
Exemplo n.º 7
0
 public EntityQueryBase <Customer> Customer([Inject] EntityQueryBase <Customer> entityQuery)
 {
     return(entityQuery);
 }
Exemplo n.º 8
0
 public EntityQueryBase <SampleModel> SampleModel([Inject] EntityQueryBase <SampleModel> entityQuery) => entityQuery;