public SqlImageData(ComputerReparatieshopDbContext db)
 {
     this.db = db;
 }
Beispiel #2
0
 public SqlCustomerData(ComputerReparatieshopDbContext db)
 {
     this.db = db;
 }
 public SqlStatusData(ComputerReparatieshopDbContext db)
 {
     this.db = db;
 }
Beispiel #4
0
 public SqlEmployeeData(ComputerReparatieshopDbContext db)
 {
     this.db = db;
 }
 public SqlPartsListData(ComputerReparatieshopDbContext db)
 {
     this.db = db;
 }