mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-17 15:06:37 +08:00
完善ddd模块及错误异常中间件
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace Yi.Framework.Ddd.Services
|
||||
{
|
||||
public interface IApplicationService
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user