コード例 #1
0
 public IEnumerable <string> Get()
 {
     return(_service.ReturnAllStrings(new SampleReflectedClass()));
 }