public static Usuario GetAdapted(int IdUsuario) { try { return(UsuarioFacade.GetAdapted(IdUsuario)); } catch (ExceptionBLL bllex) { throw new ExceptionBLL(bllex, bllex.Message); } }
public static string GetAdapted(string loginID, int A) { try { return(UsuarioFacade.GetAdapted(loginID, A)); } catch (ExceptionBLL bllex) { throw new ExceptionBLL(bllex, bllex.Message); } }