コード例 #1
0
 public EMail GetByEmail(string email)
 {
     return(_emailRepository.GetByEmail(email));
 }