コード例 #1
0
 public IGovDbContext GetContext()
 {
     return(DbContextManager.CreateGovContext(_govDbConnectionString, _loggerFactory));
 }