Rogashova_E.A._CourseWork_H.../HospitalDataBaseImplements/Implements/RecipesStorage.cs

13 lines
216 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace HospitalDataBaseImplements.Implements
{
public class RecipesStorage
{
}
}