refactor(DbRepositoryFactory): remvoed
This commit is contained in:
@@ -1,18 +0,0 @@
|
||||
namespace DigitalData.Core.Abstraction.Application.Repository
|
||||
#if NET
|
||||
;
|
||||
#elif NETFRAMEWORK
|
||||
{
|
||||
#endif
|
||||
|
||||
public interface IRepositoryFactory
|
||||
{
|
||||
#if NET
|
||||
public
|
||||
#endif
|
||||
IRepository<TEntity> Get<TEntity>();
|
||||
}
|
||||
|
||||
#if NETFRAMEWORK
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user