Пример #1
0
 public TagModel GetTag(int id)
 {
     return(_repo.FindByKey(id));
 }