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