コード例 #1
0
 public IEnumerable <Experiment> Get()
 {
     return(_experimentRepository.List());
 }