Beispiel #1
0
 public RevalServiceBD(PiAPSDbContext context)
 {
     this.context = context;
 }
Beispiel #2
0
 public MainServiceBD(PiAPSDbContext context)
 {
     this.context = context;
 }
Beispiel #3
0
 public DiagrServiceBD(PiAPSDbContext context)
 {
     this.context = context;
 }
 public DelivareServiceBD(PiAPSDbContext context)
 {
     this.context = context;
 }
Beispiel #5
0
 public TypeServiceBD(PiAPSDbContext context)
 {
     this.context = context;
 }
Beispiel #6
0
 public RecieptServiceBD(PiAPSDbContext context)
 {
     this.context = context;
 }
Beispiel #7
0
 public ShopHallServiceBD(PiAPSDbContext context)
 {
     this.context = context;
 }
 public WaybillServiceBD(PiAPSDbContext context)
 {
     this.context = context;
 }
Beispiel #9
0
 public ProductServiceBD(PiAPSDbContext context)
 {
     this.context = context;
 }
Beispiel #10
0
 public SerializeService(PiAPSDbContext context)
 {
     this.context = context;
 }
Beispiel #11
0
 public StockServiceBD(PiAPSDbContext context)
 {
     this.context = context;
 }
 public ProdGroupServiceBD(PiAPSDbContext context)
 {
     this.context = context;
 }