예제 #1
0
 public string GetEventIds()
 {
     return(JsonConvert.SerializeObject(_service.ReturnOnlyEventIds(new SampleReflectedClass())));
 }