Ejemplo n.º 1
0
 public LocationCostCrud()
 {
     _Mapper = new LocationCostMapper();
 }
Ejemplo n.º 2
0
 public DealCrud()
 {
     _Mapper_Location_Cost = new LocationCostMapper();
     _Mapper_Misc          = new MiscellaneousMapper();
 }