using System; using System.Linq; using System.Net.Http; using System.Threading.Tasks; using Application.Domain.Entities; using Application.Models; using Infrastructure.Data; using Infrastructure.Extensions; using Microsoft.AspNetCore.Mvc; using Newtonsoft.Json; using Newtonsoft.Json.Linq; using Polly; using SPService.Applicaiton.Models; using Swashbuckle.AspNetCore.Annotations; namespace FBeeService.Controllers { public class HomeController : Controller { private readonly IRepository