コード例 #1
0
 public List <EMail> GetAll()
 {
     return(_emailRepository.GetAll());
 }