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