public SalesBillViewModel(string parameter) { objSalesBillM = new SalesBillM(); objSalesBillM.ListSalesBillModel.Add(new Model.SalesBillModel()); }
public SalesBillViewModel() { objProductMaster = new ProductMasterM(); objSalesBillM = new SalesBillM(); _qtyKeyDwonCmd = new RelayCommand(AddNewRow, CanAddNewRow); }