internal LogActivityRepository(LspContext context) : base(context) { }
internal StudyTypeRepository(LspContext context) : base(context) { }
internal ProvinceRepository(LspContext context) : base(context) { }
internal AmphurRepository(LspContext context) : base(context) { }
internal LanguageRepository(LspContext context) : base(context) { }
internal LogErrorRepository(LspContext context) : base(context) { }
public Repository(LspContext context) { Context = context; _shareContext = true; }
public Repository() { Context = new LspContext(); }