Ejemplo n.º 1
0
 public async Task <ObjectResult> ViewBussinessPropertyById(int propertyid)
 {
     return(Ok(await repository.ViewBussinessProperty(propertyid)));
 }