File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed
ant.mgr/Infrastructure/Infrastructure/CodeGen/CrudTemplete Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 22using System.Collections.Generic;
33using System.Threading.Tasks;
44using Configuration;
5- using DbModel.Mysql;
6- using Infrastructure.Web;
5+ using DbModel;
76using ant.mgr.core.Filter;
8- using Microsoft.AspNetCore.Cors;
97using Microsoft.AspNetCore.Mvc;
108using Repository.Interface;
119using ServicesModel;
Original file line number Diff line number Diff line change 1- using DbModel.Mysql ;
1+ using DbModel;
22using ViewModels.Reuqest;
33using System;
44using System.Collections.Generic;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ using AntData.ORM.Linq;
33using Autofac.Annotation;
44using Castle.DynamicProxy;
55using Configuration;
6- using DbModel.Mysql ;
6+ using DbModel;
77using Infrastructure.Logging;
88using Infrastructure.StaticExt;
99using Infrastructure.Web;
You can’t perform that action at this time.
0 commit comments