Compare commits

...

2 Commits

Author SHA1 Message Date
aab75401ba view of recipe 2024-04-13 00:00:24 +04:00
181c9a1181 view of procedure 2024-04-12 23:59:18 +04:00
2 changed files with 24 additions and 0 deletions

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

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