引入新命名空间并修正 namespace 声明
增加了 Microservice.Common 和 Microservice.Common.Models 的引用,优化了 UserController.cs 文件的 namespace 声明格式。
This commit is contained in:
parent
52f1121acc
commit
016987b101
|
|
@ -1,4 +1,4 @@
|
|||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microsoft.AspNetCore.Mvc;
|
||||
using Microservice.Common;
|
||||
using Microservice.Common.Models;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue