Commit 1abcfbfe authored by 阿星Plus's avatar 阿星Plus

Orm Interface

parent 085df9d9
using Plus.Dependency;
using Plus.Domain.Repositories;
namespace Plus.Orm
{
/// <summary>
/// ISecondaryOrmRegistrar
/// </summary>
public interface ISecondaryOrmRegistrar
{
string OrmContextKey { get; }
void RegisterRepositories(IIocManager iocManager, AutoRepositoryTypesAttribute defaultRepositoryTypes);
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment