コード例 #1
0
ファイル: BlogService.cs プロジェクト: jeryanders/DevBlog
 public void UpdatePost(Blog entity)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: BlogService.cs プロジェクト: jeryanders/DevBlog
 public void InsertPost(Blog entity)
 {
     throw new NotImplementedException();
 }