コード例 #1
0
 public static SACH FindSachById(int idSach)
 {
     return(SachDAO.FindSachById(idSach));
 }