Exemple #1
0
        public Task <ParticipantModel> CreateOrUpdateTest([PexAssumeUnderTest] ParticipantService target, ParticipantModel participantModel)
        {
            Task <ParticipantModel> result = target.CreateOrUpdate(participantModel);

            return(result);
        }