示例#1
0
 public async Task <ObjectResult> ViewAllConsumerBussiness()
 {
     return(Ok(await repository.ViewAllConsumerBussiness()));
 }