Beispiel #1
0
 public RoleSetingAppService(IRoleSetingRepository repository)
 {
     _repository = repository;
 }