예제 #1
0
 public List<Fee> GetAllFees()
 {
     FeeService fs = new FeeService();
     return fs.GetAllFees();
 }