コード例 #1
0
ファイル: ContactQueries.cs プロジェクト: oanaticu/CityAlert
 public ContactQueries()
 {
     _context = new CityAlertContext();
 }
コード例 #2
0
ファイル: ContactModule.cs プロジェクト: oanaticu/CityAlert
 public ContactModule()
 {
     _context = new CityAlertContext();
 }
コード例 #3
0
 public DictionaryQueries()
 {
     _context = new CityAlertContext();
 }
コード例 #4
0
ファイル: LoggerService.cs プロジェクト: oanaticu/CityAlert
 public LoggerService()
 {
     _context = new CityAlertContext();
 }
コード例 #5
0
ファイル: CaseModule.cs プロジェクト: oanaticu/CityAlert
 public CaseModule()
 {
     _context = new CityAlertContext();
 }
コード例 #6
0
ファイル: CaseQueries.cs プロジェクト: oanaticu/CityAlert
 public CaseQueries()
 {
     _context = new CityAlertContext();
 }