Ejemplo n.º 1
0
 public static List <Fee> GetFees(int YearLevelID)
 {
     return(Fee_DS.GetFees(YearLevelID));
 }
Ejemplo n.º 2
0
 public static List <Fee> GetFees()
 {
     return(Fee_DS.GetFees());
 }