Ejemplo n.º 1
0
 private static Action <string> PostIssueThen(IRepo1Client repo1Client, Action <string> errorLogger)
 => new Action <string>(msg =>
 {
     repo1Client.PostRuntimeError(msg);
     errorLogger.Invoke(msg);
 });