Пример #1
0
 public List <CategoryDO> ReadAllCategoriesByProjectId(Guid projectId)
 {
     return(categoryDAO.ReadAllByProjectId(projectId));
 }