public string GetBodyCorreo(Usuario usuario) { using (var dal = new UsuarioDal()) { return(dal.GetBodyCorreo(usuario)); } }