コード例 #1
0
 public KardexMap(ITrasladoService trService, IRequisicionService reqService, ICompraService compraService, IKardexService service, IAjusteService ajusteService)
 {
     this.service       = service;
     this.ajusteService = ajusteService;
     this.compraService = compraService;
     this.reqService    = reqService;
     this.trService     = trService;
 }
コード例 #2
0
 public AjusteInventarioController(ITomaService tomaService, IKardexMap kardexMap, IBodegaService bodegaService, IAjusteService service, IAjusteMap map, IUserService userService)
 {
     this.service       = service;
     this.map           = map;
     this.userService   = userService;
     this.bodegaService = bodegaService;
     this.kardexMap     = kardexMap;
     this.tomaService   = tomaService;
 }
コード例 #3
0
 public TomaMap(IAjusteService ajusteService, ITomaService service, IStringLocalizer <SharedResources> _lb)
 {
     this.service       = service;
     this._lb           = _lb;
     this.ajusteService = ajusteService;
 }
コード例 #4
0
ファイル: AjusteMap.cs プロジェクト: altivaIsacc/altivawebapp
 public AjusteMap(IAjusteService service)
 {
     this.service = service;
 }