コード例 #1
0
 public PracticeDto GetPractice(int id)
 {
     return(repository.GetByID(id));
 }