public RoleServiceAdmin()
 {
     _bl = new RoleAdminBL();
 }
Ejemplo n.º 2
0
 public RoleService()
 {
     this._bl = new RoleAdminBL();
 }