Ejemplo n.º 1
0
        public ContentResult Get_LogOperationHTML(long id)
        {
            var html = logOperation.LoadData(id);

            if (!string.IsNullOrEmpty(html))
            {
                html = html.Replace("multi-transfer-changed_css", "multi-transfer-changed");
            }
            return(Content(html));
        }
Ejemplo n.º 2
0
        public ContentResult Get_LogOperationHTML(long id)
        {
            var html = logOperation.LoadData(id);

            return(Content(html));
        }