view of recipe

This commit is contained in:
ValAn 2024-04-13 00:00:24 +04:00
parent 181c9a1181
commit aab75401ba

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 RecipeViewModel
{
}
}