Example #1
0
 /// <summary>
 /// 清空
 /// </summary>
 /// <returns></returns>
 public int ClearAll()
 {
     return(_dal.ClearAll());
 }