Compare commits

..

No commits in common. "68b960abece97834e287b95c6a90412513dcdc21" and "d1b3256e524fc92aeef9682adaa8d191dbdf1a2b" have entirely different histories.

1 changed files with 0 additions and 10 deletions

View File

@ -136,16 +136,6 @@ namespace IRaCIS.Core.Application.Service
[HttpPost]
public async Task<IResponseOutput> AddOrUpdateTrialExperience(TrialExperienceCommand trialExperienceViewModel)
{
if (trialExperienceViewModel.TrialId == null)
{
trialExperienceViewModel.ExperienceDataType = ExperienceDataType.System;
}
else
{
trialExperienceViewModel.ExperienceDataType = ExperienceDataType.Trial;
}
if (trialExperienceViewModel.Id == Guid.Empty || trialExperienceViewModel.Id == null)
{
var trialExperience =