Beispiel #1
0
 public async Task AddTarget(Target target)
 {
     await WorkerController.Add("TargetHub", target);
 }
Beispiel #2
0
 public async Task AddLogEntry(LogEntry entry)
 {
     await WorkerController.Add("LogHub", entry);
 }
Beispiel #3
0
 public async Task AddUser(User user)
 {
     await WorkerController.Add("UserHub", user);
 }