Beispiel #1
0
 public Task <IEnumerable <EditorialBean> > ListEditorial(int id)
 {
     return(editorialDal.GetEditorial(id));
 }