public RepoActionHandler(IBusyStateHandler busyStateHandler) {
     _busyStateHandler = busyStateHandler;
 }
Example #2
0
 public RepoActionHandler(IBusyStateHandler busyStateHandler)
 {
     _busyStateHandler = busyStateHandler;
 }