コード例 #1
0
ファイル: TagService.cs プロジェクト: hadacduong5394/hddsite
 public void CreateNew(Tag entity)
 {
     _tagRep.CreateNew(entity);
 }