Esempio n. 1
0
 public Content GetById(int id)
 {
     return(_contentDAL.Get(x => x.ContentId == id));
 }
Esempio n. 2
0
 public Content GetByID(int id)
 {
     return(_ContentDAL.Get(x => x.ContentID == id));
 }