public AddModel(FtbContext context)
 {
     this.Context = context;
 }
 public InformationModel(FtbContext context)
 {
     this.Context = context;
 }
 public CreateModel(FtbContext context)
 {
     this.Context = context;
 }
 public AllTeamsModel(FtbContext context)
 {
     this.Context = context;
 }
Example #5
0
 public DetailsModel(FtbContext context)
 {
     this.Context = context;
 }
 public ExistingPlayersModel(FtbContext context)
 {
     this.Context = context;
 }
 public SearchModel(FtbContext context)
 {
     this.Context       = context;
     this.SearchResults = new List <SearchViewModel>();
 }