15 lines
279 B
C#
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();
|
|
}
|
|
}
|