Exemple #1
0
 public List <Label> GetLablesByArticle(int articleId)
 {
     return(_labelRepository.GetLablesByArticle(articleId));
 }