Example #1
0
 public DealCrud()
 {
     _Mapper_Location_Cost = new LocationCostMapper();
     _Mapper_Misc          = new MiscellaneousMapper();
 }
Example #2
0
 public MiscellaneousCrud()
 {
     _Misc_Mapper = new MiscellaneousMapper();
 }