コード例 #1
0
ファイル: UsersBLL.cs プロジェクト: dowesw/ZK-Lymytz-V3.0
 public static bool DestroyUsers()
 {
     try
     {
         return(UsersDAO.DestroyUsers());
     }
     catch (Exception ex)
     {
         throw new Exception("Echec de Création de fichier", ex);
     }
 }