Example #1
0
 public SqlEmployeeData(EmployeeDbContext db)
 {
     this.db = db;
 }
Example #2
0
 public SqlPersonData(EmployeeDbContext db)
 {
     this.db = db;
 }