Example #1
0
 public List <FeeSchedule> GetFeeSchedulesByCompany(Company company)
 {
     return(channel.GetFeeSchedulesByCompany(company));
 }