コード例 #1
0
 public Message Select(int id)
 {
     return(_messageDal.Select(id));
 }