Example #1
0
 private List <UnitTestOutputObject> GetOutputObjects()
 {
     return(DataApiClient.GetManyAsync <UnitTestOutputObject>("").Result);
 }