Example #1
0
 public Foo Get(int id)
 {
     return(fooRepository.Get(id));
 }