Beispiel #1
0
 public FolderService(IJamsContext context) : base(context)
 {
 }
Beispiel #2
0
 public QueueService(IJamsContext context) : base(context)
 {
 }
Beispiel #3
0
 public AgentService(IJamsContext context) : base(context)
 {
 }
Beispiel #4
0
 public MethodService(IJamsContext context) : base(context)
 {
 }
Beispiel #5
0
 public JobService(IJamsContext context) : base(context)
 {
 }
Beispiel #6
0
 public TriggerService(IJamsContext context) : base(context)
 {
 }
Beispiel #7
0
 protected JamsService(IJamsContext context)
 {
     _context = context;
 }