Esempio n. 1
0
 public AccoutDAO()
 {
     db = new QLKDbContext();
 }
 public DeliveryNoteDAO()
 {
     db = new QLKDbContext();
 }
 public ReceiptNoteDAO()
 {
     db = new QLKDbContext();
 }
Esempio n. 4
0
 public TypeProductDAO()
 {
     db = new QLKDbContext();
 }
Esempio n. 5
0
 public MaterialDAO()
 {
     db = new QLKDbContext();
 }
Esempio n. 6
0
 public CustomerDAO()
 {
     db = new QLKDbContext();
 }
Esempio n. 7
0
 public ReportDAO()
 {
     db = new QLKDbContext();
 }
Esempio n. 8
0
 public StorageDAO()
 {
     db = new QLKDbContext();
 }
Esempio n. 9
0
 public PermissionDAO()
 {
     db = new QLKDbContext();
 }
Esempio n. 10
0
 public EmployeeDAO()
 {
     db = new QLKDbContext();
 }