Example #1
0
 public async Task <IActionResult> GetProductsAsync()
 {
     return(Ok(await sellersRepository.GetProductsAsync(int.Parse(User.Identity.Name))));
 }