Exemple #1
0
 public Project GetProject(Guid projectId)
 {
     return(AllProjects.Single(x => x.ProjectId == projectId));
 }