Ejemplo n.º 1
0
 public IGovDbContext GetContext()
 {
     return(DbContextManager.CreateGovContext(_govDbConnectionString, _loggerFactory));
 }