module ReeDto::EntityDSL

def self.extended(base)

def self.extended(base)
  base.include(InstanceMethods)
  base.extend(ClassMethods)
end

def self.included(base)

def self.included(base)
  base.include(InstanceMethods)
  base.extend(ClassMethods)
end