Rogashova_E.A._CourseWork_H.../HospitalDataBaseImplements/Models/RecipesProcedures.cs

13 lines
215 B
C#
Raw Normal View History

2023-04-05 23:24:58 +04:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace HospitalDataBaseImplements.Models
{
public class RecipesProcedures
{
}
}