Beispiel #1
0
 public IEnumerable <Tag> GetProductTags(int LogId)
 {
     return(DataBase.GetProductTags(LogId));
 }