Search results for query: *

  1. juniorProgrammer

    Resolved Help converting me Program to Controller with await

    I have this code in a Program and it works correctly. But when i try to insert them into a Controller to be called in api/Controller it didn't work. static async Task Main(string[] args) { var result = await searchReviewsByIdProductAsync("hhcbaaczbzj"); System.Environment.Exit(1); }...
Back
Top Bottom