예제 #1
0
 private bool TagExists(int id)
 {
     return(_ITag.Any(id).Result);
 }