Esempio n. 1
0
 public DepartmentService(Bll bll)
 {
     this.db       = bll;
     dbSet         = db.Departments;
     personService = new PersonService(db);
 }