namespace api_asp.net.models { class Globals { public static IDataProvider dataProvider; public static int PAGE_LEN = 20; } }