using AyCode.Interfaces; using AyCode.Interfaces.Server.Logins; using AyCode.Interfaces.Users.Dtos; using Mango.Nop.Core.Interfaces; using Nop.Plugin.Misc.AuctionPlugin.Domains.Entities; namespace Nop.Plugin.Misc.AuctionPlugin.Domains.Dtos.Interfaces; public interface IAuctionDto : IAuctionDtoBase, IMgModelDtoBase { //[NotMapped] //[NotColumn] public List ProductToAuctionDtos { get; } }