Beispiel #1
0
 public async Task <IEnumerable <Project> > GetActiveProjects()
 {
     return(await _panelRepository.GetActiveProjects());
 }