Ejemplo n.º 1
0
        public async Task CreateAsync(BUser user)
        {
            var dUser = user.ToDbUser();

            await InsertAsync(dUser);

            user.Id = dUser.Id;
        }