コード例 #1
0
 public string GetDictionary()
 {
     return(JsonConvert.SerializeObject(_service.ReturnOnlyDictionary(new SampleReflectedClass())));
 }