예제 #1
0
 public ActionResult Update([FromBody] GithubPush githubPush)
 {
     return(_githubService.AddGithubMessage(githubPush));
 }