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