Beispiel #1
0
 public IEnumerable <Tag> SelectAllFromTagById(int id)
 {
     logger.Trace("Success");
     return(tagDal.SelectAllFromTagById(id));
 }