This commit is contained in:
2019-03-29 17:08:39 +00:00
parent b1d78b9fe5
commit 609c9b3ac6
3 changed files with 3 additions and 0 deletions

View File

@@ -1,5 +1,6 @@
using Newtonsoft.Json;
using System.Collections.Generic;
using AyaNova.Biz;
namespace AyaNova.Api.ControllerHelpers
{

View File

@@ -4,6 +4,7 @@ using System.Collections.Generic;
using Microsoft.AspNetCore.Mvc.ModelBinding;
using Microsoft.Extensions.Logging;
using Newtonsoft.Json;
using AyaNova.Biz;
namespace AyaNova.Api.ControllerHelpers
{

View File

@@ -9,6 +9,7 @@ using System.Linq;
using System;
using System.Threading.Tasks;
using App.Metrics;
using AyaNova.Biz;
//required to inject configuration in constructor
using Microsoft.Extensions.Configuration;