Click here to Skip to main content
16,020,253 members

Comments by sifiso.m (Top 1 by date)

sifiso.m 14-Sep-16 4:28am View    
Before you add.

entity.PortalId = Guid.NewGuid();
this.DbContext.Suppliers.Add(entity);

should work.