- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- using UP_Venediktov.ModelBase;
- namespace UP_Venediktov.Classes
- {
- internal class DatabaseClass
- {
- public static Entities entity = new Entities();
- }
- }
|