Esempio n. 1
0
 public IEnumerable <Option> GetByContentId(int _id)
 {
     return(_Repository.GetByContenId(_id));
 }