principalement du format de code

This commit is contained in:
Paul Schneider 2020-09-12 01:11:30 +01:00
commit ff1444d664
87 changed files with 510 additions and 550 deletions

View file

@ -16,8 +16,8 @@ namespace Yavsc.ApiControllers
[Route("~/api/bug")]
public class BugApiController : Controller
{
private ApplicationDbContext _context;
ILogger _logger;
private readonly ApplicationDbContext _context;
readonly ILogger _logger;
public BugApiController(ApplicationDbContext context, ILoggerFactory factory)
{