You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
392 B

using System;
using System.Collections.Generic;
using System.Configuration;
using System.Runtime.Serialization;
using System.Xml;
using System.IO;
//<2F><>Դ<EFBFBD><D4B4><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>www.51aspx.com(<28><><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>)
namespace DAL
{
public class MappingStore
{
private Dictionary<string, MappingInfo> __mappings = new Dictionary<string, MappingInfo>();