예제 #1
0
 public PublicInvoicetService()
 {
     _context = new HelixStoreContext();
 }
예제 #2
0
 public PublicCustomerService()
 {
     _context = new HelixStoreContext();
 }
예제 #3
0
 public ManageInvoiceService()
 {
     _context = new HelixStoreContext();
 }
예제 #4
0
 public ManageCustomerService()
 {
     _context = new HelixStoreContext();
 }
예제 #5
0
 public ManageStaffService()
 {
     _context = new HelixStoreContext();
 }
예제 #6
0
 public PublicProductService()
 {
     _context = new HelixStoreContext();
 }
예제 #7
0
 public PublicStaffService()
 {
     _context = new HelixStoreContext();
 }