예제 #1
0
 public override Task <GetPostObjectResult> UpdatePost(GetPostObject post, ServerCallContext context)
 {
     return(base.UpdatePost(post, context));
 }
예제 #2
0
 public override Task <GetBoolResult> AddPost(GetPostObject post, ServerCallContext context)
 {
     return(base.AddPost(post, context));
 }