Ejemplo n.º 1
0
 /// <summary>
 /// constractor.
 /// </summary>
 /// <param name="voucherStyle"></param>
 /// <param name="voucherSetupDetail"></param>
 public VoucherSetupDetailController(IVoucherStyle voucherStyle, IVoucherSetupDetail voucherSetupDetail, IVoucherSetup voucherSetup)
 {
     this._voucherSetupDetail = voucherSetupDetail;
     this._voucherSetup       = voucherSetup;
     this._voucherStyle       = voucherStyle;
 }
Ejemplo n.º 2
0
 public CommonService(IVoucherSetupDetail _voucherSetupDetail)
 {
     voucherSetupDetail = _voucherSetupDetail;
 }