Esempio n. 1
0
 public async Task <IHttpActionResult> GetBuyerComponent()
 {
     return(Ok(await _buyerService.GetBuyerComponent()));
 }