From 56bda849d7d61bbf0f838d43ca8eb3b12efb4823 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E7=82=9C=E7=BF=94?= <2307953404@qq.com> Date: Mon, 16 Sep 2024 20:18:33 +0800 Subject: [PATCH] 1 --- asg_form/Controllers/Dbset.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/asg_form/Controllers/Dbset.cs b/asg_form/Controllers/Dbset.cs index 471f17e..ab8acbd 100644 --- a/asg_form/Controllers/Dbset.cs +++ b/asg_form/Controllers/Dbset.cs @@ -1,6 +1,7 @@  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;