Пример #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()