コード例 #1
0
ファイル: TagRepository.cs プロジェクト: zahedbri/mojoportal
 public bool DeleteTagItemByExtraGuid(Guid extraGuid)
 {
     return(DBTagItem.DeleteByExtraGuid(extraGuid));
 }