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