示例#1
0
 public IndexModel(GameCompanyService gs)
 {
     this._gs = gs;
 }
示例#2
0
 public DetailsModel(GameCompanyService gs)
 {
     _gs = gs;
 }