コード例 #1
0
ファイル: PostsDao.cs プロジェクト: GlooFox/WebApi2
 public int InsertEntity(Post value)
 {
     return(_storage.AddPost(value));
 }