Dalibor Votruba 4 年之前
父节点
当前提交
cbd11149f5
共有 1 个文件被更改,包括 2 次插入6 次删除
  1. 2 6
      AppServer/Metadata/Dto/EmptyDto.cs

+ 2 - 6
AppServer/Metadata/Dto/EmptyDto.cs

@@ -1,10 +1,6 @@
-using System;
-using System.Collections.Generic;
-using System.Text;
-
-namespace BO.AppServer.Metadata.Dto
+namespace BO.AppServer.Metadata.Dto
 {
-    class EmptyDto
+    public class EmptyDto : Dto
     {
     }
 }