示例#1
0
        public Task <IHttpActionResult> CreatedOrUpdateTest([PexAssumeUnderTest] ParticipantController target, ParticipantModel participantModel)
        {
            Task <IHttpActionResult> result = target.CreatedOrUpdate(participantModel);

            return(result);
        }