Пример #1
0
 /// <summary>
 /// 删除一条数据
 /// </summary>
 public static void Delete(string domainName)
 {
     Provider.Delete(domainName);
 }