Ejemplo n.º 1
0
        //IDistributorSaleProduct objdistribuorsaleproduct;

        public DistributorSaleController()
        {
            objdistributorsale        = new DistributorSale();
            objretailer               = new RetailerMaster();
            objpaperrate              = new PaperRateMaster();
            objdistributorsaleproduct = new DistributorSaleProduct();
        }