мелкие правки

This commit is contained in:
Alenka 2024-05-01 17:26:31 +04:00
parent b3f954abd7
commit d864c43932
2 changed files with 6 additions and 11 deletions

View File

@ -4,6 +4,7 @@ using PharmacistApp.Models;
using Microsoft.AspNetCore.Mvc;
using System.Diagnostics;
using HospitalDoctorApp;
using HospitalPharmacistApp;
namespace HospitalPharmacistApp.Controllers
{
@ -19,17 +20,17 @@ namespace HospitalPharmacistApp.Controllers
[HttpGet]
public IActionResult CreatePatient()
public IActionResult CreateMedicine()
{
return View();
}
[HttpGet]
public IActionResult CreateDisease()
public IActionResult CreateProcedure()
{
return View();
}
[HttpGet]
public IActionResult CreateRecipe()
public IActionResult CreateDescriptionProcedure()
{
return View();
}
@ -99,7 +100,7 @@ View(APIPharmacist.GetRequest<List<DiseaseViewModel>>($"api/disease/getdiseases?
}
[HttpPost]
public void Privacy(string login, string email, string password, string fio, string telephone)
public void Privacy(string login, string password, string fio, string telephone)
{
if (APIPharmacist.Pharmacist == null)
{

View File

@ -15,13 +15,7 @@
name="login"
class="u-input u-input-rectangle" />
</div>
<div class="u-form-email u-form-group u-label-top">
<label class="u-label u-text-custom-color-1 u-label-2">Электронная почта</label>
<input type="email"
placeholder="Введите электронную почту"
name="email"
class="u-input u-input-rectangle" />
</div>
<div class="u-form-group u-label-top u-form-group-3">
<label class="u-label u-text-custom-color-1 u-label-3">ФИО</label>
<input type="text"