Пример #1
0
 internal IEnumerable <MyTask> GetTasksByProfile(string profileId, string userId)
 {
     return(_repo.GetTasksByProfile(profileId).ToList().FindAll(t => t.CreatorId == userId));
 }