コード例 #1
0
 public Task <int> AddNoMatchKeyWords(NoMatchKeywordsEntity entity)
 {
     return(repo.InsertAsync(entity));
 }
コード例 #2
0
 public Task <int> UpdateNoMatch(NoMatchKeywordsEntity entity)
 {
     return(repo.UpdateAsync(entity));
 }