public PruebaController(IPruebaRepository pruebaRepository)
 {
     this.pruebaRepository = pruebaRepository;
 }
Example #2
0
 public PruebaController(IPruebaRepository al)
 {
     this.al = al;
 }