/// <inheritdoc />
        /// <summary>
        /// For creating migrations
        /// </summary>
        /// <param name="args"></param>
        /// <returns></returns>
        public ClientsPersistedGrantDbContext CreateDbContext(string[] args)
        {
            var storeOptions = new OperationalStoreOptions
            {
                DefaultSchema = "Identity"
            };

            return(DbContextFactory <ClientsPersistedGrantDbContext, ClientsPersistedGrantDbContext>
                   .CreateFactoryDbContext(storeOptions));
        }
        /// <inheritdoc />
        /// <summary>
        /// For creating migrations
        /// </summary>
        /// <param name="args"></param>
        /// <returns></returns>
        public ClientsConfigurationDbContext CreateDbContext(string[] args)
        {
            var storeOptions = new ConfigurationStoreOptions
            {
                DefaultSchema = "Identity"
            };

            return(DbContextFactory <ClientsConfigurationDbContext, ClientsConfigurationDbContext>
                   .CreateFactoryDbContext(storeOptions));
        }
Exemplo n.º 3
0
 /// <inheritdoc />
 /// <summary>
 /// For creating migrations
 /// </summary>
 /// <param name="args"></param>
 /// <returns></returns>
 public MenuDbContext CreateDbContext(string[] args)
 {
     return(DbContextFactory <MenuDbContext, MenuDbContext> .CreateFactoryDbContext());
 }
Exemplo n.º 4
0
 /// <inheritdoc />
 /// <summary>
 /// For creating migrations
 /// </summary>
 /// <param name="args"></param>
 /// <returns></returns>
 public EntitiesDbContext CreateDbContext(string[] args)
 {
     return(DbContextFactory <EntitiesDbContext, EntitySecurityDbContext> .CreateFactoryDbContext());
 }
Exemplo n.º 5
0
 /// <inheritdoc />
 /// <summary>
 /// For creating migrations
 /// </summary>
 /// <param name="args"></param>
 /// <returns></returns>
 public DynamicReportDbContext CreateDbContext(string[] args)
 {
     return(DbContextFactory <DynamicReportDbContext, DynamicReportDbContext> .CreateFactoryDbContext());
 }
Exemplo n.º 6
0
 /// <inheritdoc />
 /// <summary>
 /// For creating migrations
 /// </summary>
 /// <param name="args"></param>
 /// <returns></returns>
 public ApplicationDbContext CreateDbContext(string[] args)
 {
     return(DbContextFactory <ApplicationDbContext, ApplicationDbContext> .CreateFactoryDbContext());
 }
Exemplo n.º 7
0
 /// <inheritdoc />
 /// <summary>
 /// For creating migrations
 /// </summary>
 /// <param name="args"></param>
 /// <returns></returns>
 public CalendarDbContext CreateDbContext(string[] args)
 {
     return(DbContextFactory <CalendarDbContext, CalendarDbContext> .CreateFactoryDbContext());
 }
 /// <inheritdoc />
 /// <summary>
 /// For creating migrations
 /// </summary>
 /// <param name="args"></param>
 /// <returns></returns>
 public DashBoardDbContext CreateDbContext(string[] args)
 {
     return(DbContextFactory <DashBoardDbContext, DashBoardDbContext> .CreateFactoryDbContext());
 }
Exemplo n.º 9
0
 /// <inheritdoc />
 /// <summary>
 /// For creating migrations
 /// </summary>
 /// <param name="args"></param>
 /// <returns></returns>
 public ProcessesDbContext CreateDbContext(string[] args)
 {
     return(DbContextFactory <ProcessesDbContext, ProcessesDbContext> .CreateFactoryDbContext());
 }
Exemplo n.º 10
0
 /// <inheritdoc />
 /// <summary>
 /// For creating migrations
 /// </summary>
 /// <param name="args"></param>
 /// <returns></returns>
 public FileBoxDbContext CreateDbContext(string[] args)
 {
     return(DbContextFactory <FileBoxDbContext, FileBoxDbContext> .CreateFactoryDbContext());
 }
Exemplo n.º 11
0
 /// <inheritdoc />
 /// <summary>
 /// For creating migrations
 /// </summary>
 /// <param name="args"></param>
 /// <returns></returns>
 public CountriesDbContext CreateDbContext(string[] args)
 {
     return(DbContextFactory <CountriesDbContext, CountriesDbContext> .CreateFactoryDbContext());
 }
Exemplo n.º 12
0
 /// <inheritdoc />
 /// <summary>
 /// For creating migrations
 /// </summary>
 /// <param name="args"></param>
 /// <returns></returns>
 public GroupsDbContext CreateDbContext(string[] args)
 {
     return(DbContextFactory <GroupsDbContext, GroupsDbContext> .CreateFactoryDbContext());
 }
Exemplo n.º 13
0
 /// <inheritdoc />
 /// <summary>
 /// For creating migrations
 /// </summary>
 /// <param name="args"></param>
 /// <returns></returns>
 public TranslationsDbContext CreateDbContext(string[] args)
 {
     return(DbContextFactory <TranslationsDbContext, TranslationsDbContext> .CreateFactoryDbContext());
 }
Exemplo n.º 14
0
 /// <inheritdoc />
 /// <summary>
 /// For creating migrations
 /// </summary>
 /// <param name="args"></param>
 /// <returns></returns>
 public DocumentsDbContext CreateDbContext(string[] args)
 {
     return(DbContextFactory <DocumentsDbContext, DocumentsDbContext> .CreateFactoryDbContext());
 }
Exemplo n.º 15
0
 /// <inheritdoc />
 /// <summary>
 /// For creating migrations
 /// </summary>
 /// <param name="args"></param>
 /// <returns></returns>
 public GearIdentityDbContext CreateDbContext(string[] args)
 {
     return(DbContextFactory <GearIdentityDbContext, GearIdentityDbContext> .CreateFactoryDbContext());
 }
 public TaskManagerDbContext CreateDbContext(string[] args)
 {
     return(DbContextFactory <TaskManagerDbContext, TaskManagerDbContext> .CreateFactoryDbContext());
 }
Exemplo n.º 17
0
 /// <inheritdoc />
 /// <summary>
 /// For creating migrations
 /// </summary>
 /// <param name="args"></param>
 /// <returns></returns>
 public NotificationDbContext CreateDbContext(string[] args)
 {
     return(DbContextFactory <NotificationDbContext, NotificationDbContext> .CreateFactoryDbContext());
 }
Exemplo n.º 18
0
 /// <inheritdoc />
 /// <summary>
 /// For creating migrations
 /// </summary>
 /// <param name="args"></param>
 /// <returns></returns>
 public UserActivityDbContext CreateDbContext(string[] args)
 {
     return(DbContextFactory <UserActivityDbContext, UserActivityDbContext> .CreateFactoryDbContext());
 }
 /// <inheritdoc />
 /// <summary>
 /// For creating migrations
 /// </summary>
 /// <param name="args"></param>
 /// <returns></returns>
 public DynamicPagesDbContext CreateDbContext(string[] args)
 {
     return(DbContextFactory <DynamicPagesDbContext, EntitiesDbContext> .CreateFactoryDbContext());
 }
Exemplo n.º 20
0
 /// <inheritdoc />
 /// <summary>
 /// For creating migrations
 /// </summary>
 /// <param name="args"></param>
 /// <returns></returns>
 public CrmDbContext CreateDbContext(string[] args)
 {
     return(DbContextFactory <CrmDbContext, CrmDbContext> .CreateFactoryDbContext());
 }
 public WorkFlowsDbContext CreateDbContext(string[] args)
 {
     return(DbContextFactory <WorkFlowsDbContext, WorkFlowsDbContext> .CreateFactoryDbContext());
 }