Exemplo n.º 1
0
 public OrderRepository(OrderPOSContext companyContext) : base(companyContext)
 {
 }
Exemplo n.º 2
0
 public Repository(OrderPOSContext companyContext)
 {
     _orderPOSContext = companyContext;
     ds = _orderPOSContext.Set <T>();
 }