Ejemplo n.º 1
0
 public Comment Get(Guid id)
 {
     return(_commentDAL.GetByID(id));
 }