Exemplo n.º 1
0
 public AuthpointsApiController(AuthpointsRepository repository)
 {
     this.repository = repository;
     this.OnCreated();
 }
Exemplo n.º 2
0
 public AuthpointsService(AuthpointsRepository authpointsRepository)
 {
     this.authpointsRepository = authpointsRepository;
 }