コード例 #1
0
ファイル: EfContent.cs プロジェクト: MohamadHojabr/CedarCMS
 public bool Update(Content categoriesContent)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: EfContent.cs プロジェクト: MohamadHojabr/CedarCMS
 public Content Add(Content categoriesContent)
 {
     throw new NotImplementedException();
 }