コード例 #1
0
 public TagType GetTagType(int id)
 {
     return(TagTypes.SingleOrDefault(tt => tt.Id == id));
 }