16 lines
427 B
C#
16 lines
427 B
C#
using Mango.Nop.Core.Entities;
|
|
using Nop.Data;
|
|
|
|
namespace Mango.Nop.Core.Interfaces;
|
|
|
|
public interface IMgDbTableBase //: IAcDbTableBase
|
|
{
|
|
}
|
|
|
|
//public interface IMgDbTableBase<TAuction> /*: IAcDbTableBase*/ where TAuction : EntityBase
|
|
//{
|
|
// IRepository<TAuction>
|
|
//}
|
|
|
|
//public interface IMgDbTableBase<TRepository, TAuction> /*: IAcDbTableBase*/ where TAuction : EntityBase where TRepository : IRepository<TAuction>
|
|
//{} |