예제 #1
0
 /// <summary>
 /// Get all of the SuperTypes.
 /// </summary>
 /// <returns></returns>
 public static List <string> All()
 {
     return(QueryBuilder.GetSuperTypes());
 }
예제 #2
0
 /// <summary>
 /// Get all of the SuperTypes.
 /// </summary>
 /// <returns></returns>
 public static async Task <List <string> > All()
 {
     return(await QueryBuilder.GetSuperTypes());
 }