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