Exemplo n.º 1
0
 public WlpasswdApiController(WlpasswdRepository repository)
 {
     this.repository = repository;
     this.OnCreated();
 }
Exemplo n.º 2
0
 public WlpasswdService(WlpasswdRepository wlpasswdRepository)
 {
     this.wlpasswdRepository = wlpasswdRepository;
 }