public AuditService(ghettoBasaContext context)
 {
     ctx = context;
 }
 public JobsService(ghettoBasaContext context)
 {
     ctx = context;
 }
 public AuthService(ghettoBasaContext context, IdentityServerTools serverTools)
 {
     ctx    = context;
     _tools = serverTools;
 }
Exemple #4
0
 public UsersService(ghettoBasaContext context)
 {
     ctx = context;
 }