コード例 #1
0
 public GastoController(ITomaService tomaService, IHaciendaService haciendaService, IHaciendaMap haciendaMap, IKardexMap kardexMap, IBodegaService bodegaService, IUserService userService, ICompraMap map, IInventarioService inventarioService, IMonedaService monedaService, ICompraService service, IContactoService contactoService)
 {
     this.service           = service;
     this.contactoService   = contactoService;
     this.inventarioService = inventarioService;
     this.monedaService     = monedaService;
     this.map             = map;
     this.userService     = userService;
     this.bodegaService   = bodegaService;
     this.kardexMap       = kardexMap;
     this.haciendaMap     = haciendaMap;
     this.haciendaService = haciendaService;
     this.tomaService     = tomaService;
 }
コード例 #2
0
 public HaciendaController(IHaciendaMap map, IHaciendaService service)
 {
     this.service = service;
     this.map     = map;
 }