Esempio n. 1
0
 public List <SessionPlan> GetAllSessionPlanList(Guid projectId)
 {
     return(sessionPlanRepository.FindAllSessionPlan(projectId).ToList());
 }