view of procedure

This commit is contained in:
ValAn 2024-04-12 23:59:18 +04:00
parent cb3b32509c
commit 181c9a1181

View File

@ -0,0 +1,12 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace HospitalContracts.ViewModels
{
internal class ProcedureViewModel
{
}
}