示例#1
0
 public async Task <IHttpActionResult> LogoUpload()
 {
     return(Ok(await _buyerService.LogoUploadAsync()));
 }