Example #1
0
 public static Assembly GetServerHangfireAssembly(this AssemblyContainer container)
 {
     return(typeof(HangfireBackgroundJobWorker).GetTypeInfo().Assembly);
 }
 public static Assembly GetServerDataAssembly(this AssemblyContainer container)
 {
     return(typeof(IUnitOfWork).GetTypeInfo().Assembly);
 }
Example #3
0
 public static Assembly GetBitTestsAssembly(this AssemblyContainer container)
 {
     return(typeof(BitOwinTestEnvironment).GetTypeInfo().Assembly);
 }
 public static Assembly GetServerCoreAssembly(this AssemblyContainer container)
 {
     return(typeof(ILogger).GetTypeInfo().Assembly);
 }
Example #5
0
 public static Assembly GetBitODataAssembly(this AssemblyContainer container)
 {
     return(typeof(WebApiODataMiddlewareConfiguration).GetTypeInfo().Assembly);
 }
 public static Assembly GetUniversalAutoMapperAssembly(this AssemblyContainer container)
 {
     return(typeof(DefaultDtoEntityMapper <,>).GetTypeInfo().Assembly);
 }
Example #7
0
 public static Assembly GetBitCoreAssembly(this AssemblyContainer container)
 {
     return(typeof(AssemblyContainer).GetTypeInfo().Assembly);
 }
Example #8
0
 public static Assembly GetUniversalHttpAssembly(this AssemblyContainer container)
 {
     return(typeof(Token).GetTypeInfo().Assembly);
 }
 public static Assembly GetBitIdentityServerAssembly(this AssemblyContainer container)
 {
     return(typeof(ActiveDirectoryUserServiceProvider).GetTypeInfo().Assembly);
 }
 public static Assembly GetServerDataNHibernateAssembly(this AssemblyContainer container)
 {
     return(typeof(NHRepository <>).GetTypeInfo().Assembly);
 }
 public static Assembly GetUniversalODataAssembly(this AssemblyContainer container)
 {
     return(typeof(DefaultServerSentEventsTransport).GetTypeInfo().Assembly);
 }
 public static Assembly GetUniversalSyncODataEntityFrameworkCoreAssembly(this AssemblyContainer container)
 {
     return(typeof(DefaultSyncService).GetTypeInfo().Assembly);
 }
Example #13
0
 public static Assembly GetBitIdentityServerAssembly(this AssemblyContainer container)
 {
     return(typeof(IdentityServerMiddlewareConfiguration).GetTypeInfo().Assembly);
 }
 public static Assembly GetUniversalDataAssembly(this AssemblyContainer container)
 {
     return(typeof(IRepository <>).GetTypeInfo().Assembly);
 }
Example #15
0
 public static Assembly GetUniversalODataAssembly(this AssemblyContainer container)
 {
     return(typeof(IFluentClientExtensions).GetTypeInfo().Assembly);
 }
Example #16
0
 public static Assembly GetBitDataAssembly(this AssemblyContainer container)
 {
     return(typeof(DefaultDbConnectionProvider <>).GetTypeInfo().Assembly);
 }
Example #17
0
 public static Assembly GetServerTestAssembly(this AssemblyContainer container)
 {
     return(typeof(TestEnvironmentBase).GetTypeInfo().Assembly);
 }
 public static Assembly GetServerSignalRAssembly(this AssemblyContainer container)
 {
     return(typeof(MessagesHub).GetTypeInfo().Assembly);
 }
 public static Assembly GetServerDataEntityFrameworkCoreAssembly(this AssemblyContainer container)
 {
     return(typeof(MigrationBuilderExtensions).GetTypeInfo().Assembly);
 }
Example #20
0
 public static Assembly GetUniversalModelAssembly(this AssemblyContainer container)
 {
     return(typeof(IEntity).GetTypeInfo().Assembly);
 }
 public static Assembly GetServerOwinAssembly(this AssemblyContainer container)
 {
     return(typeof(IOwinMiddlewareConfiguration).GetTypeInfo().Assembly);
 }
Example #22
0
 public static Assembly GetBitDataEntityFrameworkCoreAssembly(this AssemblyContainer container)
 {
     return(typeof(EfCoreRepository <>).GetTypeInfo().Assembly);
 }
Example #23
0
 public static Assembly GetBitOwinCoreAssembly(this AssemblyContainer container)
 {
     return(typeof(AspNetCoreAppStartup).GetTypeInfo().Assembly);
 }
Example #24
0
 public static Assembly GetServerDataEntityFrameworkAssembly(this AssemblyContainer container)
 {
     return(typeof(EfRepository <>).GetTypeInfo().Assembly);
 }
Example #25
0
 public static Assembly GetBitChangeSetManagerWebApiAssembly(this AssemblyContainer container)
 {
     return(typeof(AppStartup).GetTypeInfo().Assembly);
 }