public CombustiblesController(ICombustiblesServices serCom, IVentasDiariasServices serVen, IComprasServices serComp, IPosTurnosServices serPos, ITanquesServices serTan, IKardexCombustibleServices serKcm, IAjustePosServices serAju)
 {
     _serCom = serCom;
     _serVen = serVen;
     _serComp = serComp;
     _serPos = serPos;
     _serTan = serTan;
     _serKcm = serKcm;
     _serAju = serAju;
 }
示例#2
0
 public ComprasController(IComprasServices serCmp)
 {
     _serCmp = serCmp;
 }