Exemplo n.º 1
0
 public bool EditMemberRelateCert(MemberRelateCertInfo entity)
 {
     return(MyDAL.EditMemberRelateCert(entity));
 }
Exemplo n.º 2
0
 public bool AddMemberRelateCert(MemberRelateCertInfo entity)
 {
     return(MyDAL.AddMemberRelateCert(entity));
 }