//IDistributorSaleProduct objdistribuorsaleproduct; public DistributorSaleController() { objdistributorsale = new DistributorSale(); objretailer = new RetailerMaster(); objpaperrate = new PaperRateMaster(); objdistributorsaleproduct = new DistributorSaleProduct(); }
public PaperRateController() { objstate = new StateMaster(); objcity = new CityMaster(); objpaper = new PaperMaster(); objpaperrate = new PaperRateMaster(); }
public DistributorReturnController() { objdistributorReturn = new DistributorReturn(); objretailer = new RetailerMaster(); objpaperrate = new PaperRateMaster(); //objdistributorReturnproduct = new DistributorReturnProduct(); }
public DistributorTransactionController() { objdistributortransactions = new DistributorTransactions(); objcity = new CityMaster(); objretailer = new RetailerMaster(); objpaperrate = new PaperRateMaster(); }