コード例 #1
0
 public UsuarioController(Grupos grupos, TrocaSenhaService trocaSenhaService)
 {
     this.grupos = grupos;
     this.trocaSenhaService = trocaSenhaService;
 }
コード例 #2
0
 public UsuarioController(Grupos grupos, TrocaSenhaService lembraSenhaService)
 {
     this.grupos = grupos;
     this.lembraSenhaService = lembraSenhaService;
 }