Esempio n. 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);
 }
Esempio n. 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);
 }
Esempio n. 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);
 }
Esempio n. 7
0
 public static Assembly GetBitCoreAssembly(this AssemblyContainer container)
 {
     return(typeof(AssemblyContainer).GetTypeInfo().Assembly);
 }
Esempio n. 8
0
 public static Assembly GetUniversalHttpAssembly(this AssemblyContainer container)
 {
     return(typeof(Token).GetTypeInfo().Assembly);
 }
Esempio n. 9
0
 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);
 }
Esempio n. 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);
 }
Esempio n. 15
0
 public static Assembly GetUniversalODataAssembly(this AssemblyContainer container)
 {
     return(typeof(IFluentClientExtensions).GetTypeInfo().Assembly);
 }
Esempio n. 16
0
 public static Assembly GetBitDataAssembly(this AssemblyContainer container)
 {
     return(typeof(DefaultDbConnectionProvider <>).GetTypeInfo().Assembly);
 }
Esempio n. 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);
 }
Esempio n. 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);
 }
Esempio n. 22
0
 public static Assembly GetBitDataEntityFrameworkCoreAssembly(this AssemblyContainer container)
 {
     return(typeof(EfCoreRepository <>).GetTypeInfo().Assembly);
 }
Esempio n. 23
0
 public static Assembly GetBitOwinCoreAssembly(this AssemblyContainer container)
 {
     return(typeof(AspNetCoreAppStartup).GetTypeInfo().Assembly);
 }
Esempio n. 24
0
 public static Assembly GetServerDataEntityFrameworkAssembly(this AssemblyContainer container)
 {
     return(typeof(EfRepository <>).GetTypeInfo().Assembly);
 }
Esempio n. 25
0
 public static Assembly GetBitChangeSetManagerWebApiAssembly(this AssemblyContainer container)
 {
     return(typeof(AppStartup).GetTypeInfo().Assembly);
 }