final update
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
namespace LOC.Website.Common.Data
|
||||
{
|
||||
using Core.Data;
|
||||
|
||||
public interface INautilusRepositoryFactory
|
||||
{
|
||||
IRepository CreateRepository();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user