public BootstrapController(IFPLRepository <FPLPlayer> repo) { _playerRepo = repo; }
public TeamController(IFPLRepository <FPLPlayer> repo) { _playerRepo = repo; }
public Loader(IFPLRepository <FPLPlayer> repo) { _playerRepo = repo; }