예제 #1
0
 public RoleMasterService(IRoleMasterRepository repository)
 {
     _repository = repository;
 }
 public RoleMasterService(IRoleMasterRepository roleMasterRepository)
 {
     this.roleMasterRepository = roleMasterRepository;
 }