コード例 #1
0
 public Context GetById(int id)
 {
     return(_contextRepository.GetById(id));
 }