Exemple #1
0
        public static List <Dictionary <string, object> > QueryEntities()
        {
            var records = SharedService.ExecuteGetSqlStoredProcedure("[eduq].[Entity_queryall]", null);

            return(records);
        }