Example #1
0
 public int AddExtraCharge(PmsEntity.ExtraCharge extraCharge)
 {
     return(DalFactory.AddExtraCharge(extraCharge));
 }