Exemplo n.º 1
0
 /// <summary>
 /// 创建地区数据传输对象
 /// </summary>
 public static AreaDto Create()
 {
     return(AreaTest.Create().ToDto());
 }