예제 #1
0
 public AuditService(ghettoBasaContext context)
 {
     ctx = context;
 }
예제 #2
0
 public JobsService(ghettoBasaContext context)
 {
     ctx = context;
 }
예제 #3
0
 public AuthService(ghettoBasaContext context, IdentityServerTools serverTools)
 {
     ctx    = context;
     _tools = serverTools;
 }
예제 #4
0
 public UsersService(ghettoBasaContext context)
 {
     ctx = context;
 }