Пример #1
0
 public Excercise Read(int id)
 {
     return(context.Find <Excercise>(id));
 }