//using asg_form.Controllers.Budget; using asg_form.Controllers.Budget; using asg_form.Controllers.Store; using asg_form.Controllers.Team; using asg_form.Controllers.Teamregistration; using Microsoft.AspNetCore.Identity.EntityFrameworkCore; using Microsoft.EntityFrameworkCore; using Microsoft.EntityFrameworkCore.DataEncryption; using Microsoft.EntityFrameworkCore.DataEncryption.Providers; using Microsoft.EntityFrameworkCore.Metadata.Builders; using System.Security.Cryptography; using System.Text; using static asg_form.Controllers.Budget.BgCountController; using static asg_form.Controllers.InviteReferee; namespace asg_form.Controllers { class qquser { public int Id { get; set; } public string qqid { get; set; } public int money { get; set; } } class FormConfig : IEntityTypeConfiguration