demo2025_products_tiron_baby/Context/Helper.cs

14 lines
256 B
C#
Raw Permalink Normal View History

2025-03-25 12:37:37 +00:00
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace tiron_demo.Context
{
public class Helper
{
public static User20Context context = new User20Context();
}
}