using AyCode.Interfaces;
using AyCode.Interfaces.Entities;
namespace Mango.Nop.Core.Interfaces;
public interface IMgModelDtoBase : IEntityInt //: IAcModelDtoBase //TODO: IEntityGuid gond... - J.
{
}