예제 #1
0
 private BupaProgram GetProgramDetails(int Id)
 {
     return(_context.GetProgramDetails(Id));
 }