コード例 #1
0
 public bool Add(Organization e)
 {
     //to return entity if added or null if failed
     return(ctx.Organization_Insert(e.Title, e.AboutUs, e.Logo_Img, e.Cover_Img, e.Location, e.FK_Org_Size, e.Site_URL, e.Date_Start, e.FK_Industry, e.IsDeleted) > 0);
 }