Exemple #1
0
 public List <DayProgram> GetWorkout(string DayProgramName, string day)
 {
     return(XmlProcessor.GetWorkout(DayProgramName, day));
 }