Example #1
0
        public async Task <CustomerAccountViewModel> CustomerAccount()
        {
            ApplicationUser user = await this.UserManager.FindByNameAsync(HttpContext.Current.User.Identity.Name);

            return(await BusinessOperations.GetCustomerAccount(user));
        }