示例#1
0
 public Comment Get(Guid id)
 {
     return(_commentDAL.GetByID(id));
 }