예제 #1
0
 public PriceRepository()
 {
     _context = new PDISContext();
 }
예제 #2
0
 public OrderRepository()
 {
     _context = new PDISContext();
     cli      = new NAVService.SalesInvoiceManagement();
 }