예제 #1
0
        public Task Add(Account account)
        {
            //account.UserId = _userProvider.UserId;

            return(_accountStore.AddAsync(account));
        }