Пример #1
0
 public UserInfoController(IPlayerInfoServices playerInfoServices, IUserInfoServices userInfoServices,
                           IPoolLastYearServices poolLastYearServices, IConfigServices configServices) : base(configServices)
 {
     _userInfoServices     = userInfoServices;
     _playerInfoServices   = playerInfoServices;
     _poolLastYearServices = poolLastYearServices;
 }
 public PoolLastYearController(IPoolLastYearServices poolLastYearServices, IConfigServices configServices) : base(configServices)
 {
     _poolLastYearServices = poolLastYearServices;//new PoolLastYearServices();
 }