Пример #1
0
        protected SeatsioClientTest()
        {
            TestCompany testCompany = CreateTestCompany();

            User       = testCompany.admin;
            Subaccount = testCompany.subaccount;
            Client     = CreateSeatsioClient(User.SecretKey);
        }
Пример #2
0
 public Seasons(RestClient restClient, SeatsioClient seatsioClient)
 {
     _restClient    = restClient;
     _seatsioClient = seatsioClient;
 }