Generator Changes at 11/17/2025 11:53:47 PM +03:30
This commit is contained in:
@@ -20,4 +20,6 @@ public class Products : BaseAuditableEntity
|
||||
public virtual ICollection<ProductGallerys> ProductGalleryss { get; set; }
|
||||
//FactorDetails Collection Navigation Reference
|
||||
public virtual ICollection<FactorDetails> FactorDetailss { get; set; }
|
||||
//PruductCategory Collection Navigation Reference
|
||||
public virtual ICollection<PruductCategory> PruductCategorys { get; set; }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user