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(); } }