OSDN Git Service

Refactoring to Atach and implemantation the design pattern of the
authoruyaji <yuichiro.uyama@gmail.com>
Sun, 15 Sep 2013 03:34:12 +0000 (12:34 +0900)
committeruyaji <yuichiro.uyama@gmail.com>
Sun, 15 Sep 2013 03:34:12 +0000 (12:34 +0900)
commit57fdc2156a60d29249647258de181055d3ade341
treecb59797ff4d704aba2038d981efe85c4c98c2b79
parenteb541a03f41f4353b35cbdf479968c05e8c9390e
Refactoring to Atach and implemantation the design pattern of the
Abstract Factory.
PartsList/PartsList/app/models/AbstractModel.scala [new file with mode: 0644]
PartsList/PartsList/app/models/Atach.scala
PartsList/PartsList/app/models/Notify.scala
PartsList/PartsList/app/models/Part.scala
PartsList/PartsList/app/models/Reply.scala
PartsList/PartsList/app/models/services/AbstractManager.scala [new file with mode: 0644]
PartsList/PartsList/app/models/services/AtachManager.scala
PartsList/PartsList/app/models/services/NotifyManager.scala
PartsList/PartsList/app/models/services/PartManager.scala
PartsList/PartsList/app/models/services/ReplyManager.scala