コード例 #1
0
 public EMail GetById(int id)
 {
     return(_emailRepository.GetById(id));
 }