Dalibor Votruba %!s(int64=4) %!d(string=hai) anos
pai
achega
cbd11149f5
Modificáronse 1 ficheiros con 2 adicións e 6 borrados
  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
     {
     }
 }