Exemplo n.º 1
0
        public IEnumerable <ExcelFormatHeader> SearchExcelFormatList(string SearchFormatNo)
        {
            string logId  = Get_X_LOGIN_ID();
            var    result = Service.SearchExcelFormatList(SearchFormatNo);

            return(result);
        }