Пример #1
0
 public async IAsyncEnumerable <PropertyModelView> GetAllPropertyModelViewAsync()
 {
     await foreach (var propertyItem in _realEstateServices.GetAllPropertyModelViewAsync())
     {
         yield return(propertyItem);
     }
 }