improvements
This commit is contained in:
parent
82c3b5a7cd
commit
4c5d5d55c4
|
|
@ -5,7 +5,7 @@ using Mango.Nop.Core.Interfaces;
|
|||
|
||||
namespace Mango.Nop.Core.Dtos;
|
||||
|
||||
public abstract class MgProductDto : MgEntityBase, IMgProductDto//IModelDtoBase<Product>//, IDiscountSupported<DiscountProductMapping>
|
||||
public abstract class MgProductDto : MgEntityBase, /*Product,*/ IMgProductDto//IModelDtoBase<Product>//, IDiscountSupported<DiscountProductMapping>
|
||||
{
|
||||
//public int Id { get; set; }
|
||||
public int ProductTypeId { get; set; }
|
||||
|
|
|
|||
Loading…
Reference in New Issue