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
     {
     }
 }