мелкие правки
This commit is contained in:
parent
b3f954abd7
commit
d864c43932
@ -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)
|
||||
{
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user