Beispiel #1
0
 public async Task <IReadOnlyList <AppartamentForPoliceDto> > GetUserAppartaments(string userId)
 {
     return(await _policePresentation.GetUserAppartaments(userId));
 }