AppActs.API.Test.Integration.CrashRepositoryIntegration.Save C# (CSharp) Method

Save() private method

private Save ( ) : void
return void
        public void Save()
        {
            ICrashRepository iCrashRepository = new CrashRepository(this.client, this.database);

            iCrashRepository.Save(new Crash(this.Application.Id, this.Device.Id, "1.1", Guid.NewGuid(), DateTime.Now));
        }
CrashRepositoryIntegration