コード例 #1
0
 public IEnumerable<Person> Get()
 {
     var repository = new ExampleDataRepository();
     return repository.GetSomePeople();
 }