Exemple #1
0
 public List <FeeType> GetFeeType()
 {
     return(FeeTypeDS.GetAllFeeType());
 }
Exemple #2
0
 public string UpdateFeeType(FeeType feeType)
 {
     return(FeeTypeDS.UpdateFeeType(feeType));
 }
Exemple #3
0
 public List <FeeType> GetAllActiveFeeType()
 {
     return(FeeTypeDS.GetActiveFeeType());
 }