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