private static IGitHubEventHandler createHandler(CommentType commentType, IGitHubClientFactory gitHubClientFactory, IGradeStore gradeStore)
 => commentType switch
 {
示例#2
0
 public GradeManager(IGradeStore baseStore)
     : base(baseStore)
 {
     GradeStore = baseStore;
 }