Пример #1
0
 protected bool IsInConcreteProject()
 {
     return(Project != null && MyProjects.Any(r => r.ID == Project.ID));
 }