1 2 3 4 5 6 7 8 9using NetproxySolution.Web.DataModel; namespace NetproxySolution.Web.ErrorHandling; public class ErrorService { public List<WebError> DB { get; set; } = []; }
using NetproxySolution.Web.DataModel; namespace NetproxySolution.Web.ErrorHandling; public class ErrorService { public List<WebError> DB { get; set; } = []; }