Beispiel #1
0
 public static int Delete(Usuario _object)
 {
     try
     {
         return(UsuarioFacade.Delete(_object));
     }
     catch (ExceptionBLL bllex)
     {
         throw new ExceptionBLL(bllex, bllex.Message);
     }
 }