Esempio n. 1
0
        public Task <ParticipantModel> GetByIdTest([PexAssumeUnderTest] ParticipantService target, Guid Id)
        {
            Task <ParticipantModel> result = target.GetById(Id);

            return(result);
        }