コード例 #1
0
ファイル: SerieBLL.cs プロジェクト: dowesw/CATALOGUE_ARTICLE
 public static Int32 Current(Serie y)
 {
     try
     {
         return(SerieDAO.currentSerie(y));
     }
     catch (Exception ex)
     {
         throw new Exception("Retour Impossible", ex);
     }
 }