Exemplo n.º 1
0
 /// <summary>
 /// 获取所有有效Area
 /// </summary>
 public static List <Area> GetAreaList()
 {
     return(CommonDA.GetAreaList());
 }