示例#1
0
 public Paso4Model(IOrdenRepService service, IHtmlHelper helper)
 {
     this.service = service;
     this.helper  = helper;
 }
 public DetalleOrdenRepModel(IOrdenRepService service)
 {
     this.service = service;
 }
 public RegistroOrdenRepModel(IConfiguration config, IOrdenRepService ordenService)
 {
     this.config  = config;
     OrdenService = ordenService;
 }
示例#4
0
 public Reg_ReporteModel(IConfiguration config, IOrdenRepService ordenService, IHtmlHelper helper)
 {
     this.config  = config;
     OrdenService = ordenService;
     this.helper  = helper;
 }
示例#5
0
 public EliminarModel(IOrdenRepService service)
 {
     this.service = service;
 }