Exemplo n.º 1
0
 public Base_DepartmentController(IBase_DepartmentBusiness base_DepartmentBus)
 {
     _base_DepartmentBus = base_DepartmentBus;
 }
 public Base_DepartmentController(IBase_DepartmentBusiness departmentBus)
 {
     _departmentBus = departmentBus;
 }