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