Demo1104ProductyPartnery/demo0411/Helper.cs
2025-04-11 15:47:49 +03:00

15 lines
279 B
C#

using demo0411.Context;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace demo0411
{
public static class Helper
{
public static User19Context DbContext = new User19Context();
}
}