Exemple #1
0
 internal LogActivityRepository(LspContext context)
     : base(context)
 {
 }
Exemple #2
0
 internal StudyTypeRepository(LspContext context)
     : base(context)
 {
 }
Exemple #3
0
 internal ProvinceRepository(LspContext context)
     : base(context)
 {
 }
Exemple #4
0
 internal AmphurRepository(LspContext context)
     : base(context)
 {
 }
Exemple #5
0
 internal LanguageRepository(LspContext context)
     : base(context)
 {
 }
Exemple #6
0
 internal LogErrorRepository(LspContext context)
     : base(context)
 {
 }
Exemple #7
0
 public Repository(LspContext context)
 {
     Context       = context;
     _shareContext = true;
 }
Exemple #8
0
 public Repository()
 {
     Context = new LspContext();
 }