コード例 #1
0
 public int NewPost(string userName, string password, string blogid, Post post)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public void EditPost(string userName, string password, Post post)
 {
     throw new NotImplementedException();
 }