Beispiel #1
0
 public RolesController()
 {
     this.repository = new GenericRepository <ROL>();
     this.ope        = new OperacionesController();
     this.rol_ope    = new RolOperacionController();
 }
Beispiel #2
0
 public OperacionesController()
 {
     this.repository = new GenericRepository <OPERACION>();
     this.rol_ope    = new RolOperacionController();
 }