Exemplo n.º 1
0
 public async Task AddUrl([FromBody] string texturl)
 {
     await _storeService.AddUrl(texturl);
 }