示例#1
0
 public HomeController()
 {
     _katalogDb = new QKatalog();
 }
示例#2
0
 public KatalogController()
 {
     _model = new QKatalog();
 }