ToursBaseEntities.cs 207 B

123456789101112
  1. using System;
  2. namespace bobrovTounApp
  3. {
  4. internal class ToursBaseEntities
  5. {
  6. internal static object GetContext()
  7. {
  8. throw new NotImplementedException();
  9. }
  10. }
  11. }