コード例 #1
0
 public int CreateContact(Contact objContact)
 {
     return(_objContactDAL.CreateContact(objContact));
 }