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