Esempio n. 1
0
 public UsuariosController(IRepositoryCOPYstClient repo)
 {
     this.repo = repo;
 }
Esempio n. 2
0
 public HomeController(IRepositoryCOPYstClient repo)
 {
     this.repo = repo;
 }
 public ValidacionController(IRepositoryCOPYstClient repo)
 {
     this.repo = repo;
 }
 public AdministradorController(IRepositoryCOPYstClient repo)
 {
     this.repo = repo;
 }