コード例 #1
0
 public bool AddIndustoryProductCertification(IndustoryProductCertificate entity)
 {
     this.Add(entity);
     return(true);
 }
コード例 #2
0
 private bool SaveIndustoryproducCertification(IndustoryProductCertificate entity)
 {
     this.Save(entity);
     this.Save();
     return(true);
 }