初始化数据库模型
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
using IM_API.Dtos;
|
||||
|
||||
namespace IM_API.Interface.Services
|
||||
{
|
||||
public interface IDemo
|
||||
{
|
||||
TestDto Test();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user