Exemple #1
0
 public static Task <IUserCategory[]> GetUserCategoriesAsync(this IUserCategoryCollection userCategoryCollection)
 {
     return(userCategoryCollection.Dispatcher.InvokeAsync(() => userCategoryCollection.ToArray()));
 }