Exemplo n.º 1
0
 public RoleSetingAppService(IRoleSetingRepository repository)
 {
     _repository = repository;
 }