jiangjc 1 éve%!(EXTRA string=óta)
szülő
commit
4b08d592c1
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      OASystem/OASystem.Api/Controllers/GroupsController.cs

+ 1 - 1
OASystem/OASystem.Api/Controllers/GroupsController.cs

@@ -452,7 +452,7 @@ namespace OASystem.API.Controllers
         [HttpPost]
         [ProducesResponseType(typeof(JsonView), StatusCodes.Status200OK)]
 
-        public async Task<IActionResult> PostIOSVisaProress(IOS_VisaDto dto)
+        public async Task<IActionResult> PostIOSVisaProgress(IOS_VisaDto dto)
         {
             if (dto == null)
             {