Globals.cs 161 B

12345678
  1. namespace WebApplication1.models
  2. {
  3. class Globals
  4. {
  5. public static IDataProvider dataProvider;
  6. public static int PAGE_LEN = 20;
  7. }
  8. }