refactor(IFactory): add Repository getter method
This commit is contained in:
parent
8708f54996
commit
a6048238d4
@ -14,6 +14,10 @@ namespace DigitalData.Core.Abstraction.Application
|
||||
|
||||
public interface IFactory : IServiceCollection, IServiceProvider
|
||||
{
|
||||
#if NET
|
||||
public
|
||||
#endif
|
||||
IRepository Repository { get; }
|
||||
}
|
||||
|
||||
public class Factory : ServiceCollection, IFactory, IServiceCollection, IServiceProvider
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user