DbConnect.cs 259 B

12345678910111213
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. namespace Cafe
  7. {
  8. class DbConnect
  9. {
  10. public static gr672_sdaEntities1 gr672_SdaEntities1 = new gr672_sdaEntities1();
  11. }
  12. }