Beispiel #1
0
 public Task <IEnumerable <Panel> > GetAllPanelsAsync()
 {
     return(_panelRepository.GetAllAsync());
 }