Compare commits
No commits in common. "68b960abece97834e287b95c6a90412513dcdc21" and "d1b3256e524fc92aeef9682adaa8d191dbdf1a2b" have entirely different histories.
68b960abec
...
d1b3256e52
|
|
@ -136,16 +136,6 @@ namespace IRaCIS.Core.Application.Service
|
||||||
[HttpPost]
|
[HttpPost]
|
||||||
public async Task<IResponseOutput> AddOrUpdateTrialExperience(TrialExperienceCommand trialExperienceViewModel)
|
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)
|
if (trialExperienceViewModel.Id == Guid.Empty || trialExperienceViewModel.Id == null)
|
||||||
{
|
{
|
||||||
var trialExperience =
|
var trialExperience =
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue