示例#1
0
  def __init__(self):
    Controler.__init__(self)

    self.__sql = core.Sql()    

    self._brand = Brand()
    self._product = Product()
示例#2
0
 def __init__(self):
     Controler.__init__(self)
示例#3
0
 def __init__(self):
   Controler.__init__(self)
   self._brand = Brand()