Beispiel #1
0
 public RoleService(IRoleBO roleBO)
 {
     _roleBO = roleBO;
 }
Beispiel #2
0
 public RoleService()
 {
     _roleBO = new RoleBO();
 }