Exemple #1
0
 public TechnicalSupportModel(iPlayerSupport playerSupport, IHtmlHelper htmlHelper)
 {
     this.playerSupport = playerSupport;
     this.htmlHelper    = htmlHelper;
 }
 public DetailModel(iPlayerSupport playerData)
 {
     this.playerData = playerData;
 }
 public InGameController(iPlayerSupport PSData)
 {
     this.PSData = PSData;
 }
Exemple #4
0
 public AccountController(iPlayerSupport PSData)
 {
     this.PSData = PSData;
 }
Exemple #5
0
 public ListModel(iPlayerSupport playersupportData)
 {
     this.playersupportData = playersupportData;
 }
Exemple #6
0
 public InGameSupportModel(iPlayerSupport playerSupport, IHtmlHelper htmlHelper)
 {
     this.playerSupport = playerSupport;
     this.htmlHelper    = htmlHelper;
 }
 public TechnicalController(iPlayerSupport PSData)
 {
     this.PSData = PSData;
 }
Exemple #8
0
 public AccountSupportModel(iPlayerSupport playerSupport, IHtmlHelper htmlHelper)
 {
     this.playerSupport = playerSupport;
     this.htmlHelper    = htmlHelper;
 }