Example #1
0
 public ActionResult <List <Comentario> > GetCT(string id)
 {
     return(_comentarios.GetporTaller(id));
 }