This commit is contained in:
2021-02-10 18:48:47 +00:00
parent 61edb9d127
commit 5125f2a941
4 changed files with 15 additions and 18 deletions

View File

@@ -1,4 +1,3 @@
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Routing;
@@ -7,7 +6,6 @@ using Microsoft.Extensions.Logging;
using AyaNova.Models;
using AyaNova.Api.ControllerHelpers;
using AyaNova.Biz;
using Microsoft.EntityFrameworkCore;
namespace AyaNova.Api.Controllers
{

View File

@@ -87,7 +87,7 @@ namespace AyaNova.Api.Controllers
/// <summary>
/// Get ServiceBank
/// (This object is create / get only, there is no update or delete only adjustments through new entries)
/// (This object is create / get only, there is no update or delete. Only adjustments through new entries)
/// </summary>
/// <param name="id"></param>
/// <returns>ServiceBank</returns>