Example #1
0
 private List <BupaProgram> GetPrograms(bool isPaid)
 {
     return(_context.GetPrograms(isPaid).ToList());
 }