Example #1
0
 internal UserProject getById(UserProject userProject, string userIdentifier)
 {
     return(_projectRepo.GetById(userProject.ProjectId, userIdentifier));
 }