コード例 #1
0
 public static void AgregarEstado(Estado estado)
 {
     try
     {
         EstadoDAL.AgregarEstado(estado);
     }
     catch (Exception)
     {
         throw;
     }
 }