This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user