Demo1104ProductyPartnery/demo0411/Helper.cs

15 lines
279 B
C#
Raw Permalink Normal View History

2025-04-11 12:47:49 +00:00
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();
}
}