Exemple #1
0
 public async Task <ObjectResult> ViewAllBussinessProperties()
 {
     return(Ok(await repository.ViewAllBussinessProperties()));
 }