Exemple #1
0
 public bool Add(Certification e)
 {
     //to return entity if added or null if failed
     return(link.Certification_Insert(e.Name, e.FK_Org, e.License_Number, e.Start_Year, e.Start_Month, e.End_Year, e.End_Month, e.URL, e.FK_Member) > 0);
 }