Пример #1
0
        public string Get()
        {
            DataSet             ds = new DataSet();
            ManageSQLConnection manageSQLConnection = new ManageSQLConnection();

            ds = manageSQLConnection.GetDataForTNDaily("GetDailyStatementForMD");
            return(JsonConvert.SerializeObject(ds));
        }