Beispiel #1
0
        public async Task <IEnumerable <Subscription> > GetSubscriptions()
        {
            ApplicationUser user = await this.UserManager.FindByNameAsync(HttpContext.Current.User.Identity.Name);

            return(await BusinessOperations.GetCustomerSubscriptions(user.CustomerId));
        }