コード例 #1
0
 public PrivateMessage Get(int pmID)
 {
     return(PrivateMessageRepository.Get(pmID));
 }