示例#1
0
 public Attachment FindById(int id)
 {
     return(rep.FindById(id));
 }