コード例 #1
0
 public int Add(Sach sach)
 {
     try
     {
         return(sachDAO.Add(sach));
     }
     catch (SqlException ex)
     {
         throw ex;
     }
 }