Exemple #1
0
 public PaperAllocationDistributorController()
 {
     objICityMaster         = new CityMaster();
     objPaperMaster         = new PaperMaster();
     objDistributorMaster   = new DistributorMaster();
     objPaperAllocationDist = new PaperAllocationDistributorMaster();
     objStateMaster         = new StateMaster();
 }
 public DistributorController()
 {
     objstate       = new StateMaster();
     objcity        = new CityMaster();
     objdistributor = new DistributorMaster();
 }