Example #1
0
 public RoleController(IRoleSerivce roleSerivce)
 {
     _roleSerivce = roleSerivce;
 }