mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-28 04:36:38 +08:00
完成excel模块、wechat模块
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
namespace Yi.Framework.Uow
|
||||
{
|
||||
public class Class1
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
namespace Yi.Framework.Uow
|
||||
{
|
||||
public interface IUnitOfWorK
|
||||
{
|
||||
public IUnitOfWorK CreateContext();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user