示例#1
0
 public AutorizacionCredencialesToken()
 {
     this.repo = new RepositoryOberon();
 }
示例#2
0
 public TallasController()
 {
     this.repo = new RepositoryOberon();
 }
 public UsuariosController()
 {
     this.repo = new RepositoryOberon();
 }
示例#4
0
 public PedidosController()
 {
     this.repo = new RepositoryOberon();
 }
 public ProductosController()
 {
     this.repo = new RepositoryOberon();
 }