コード例 #1
0
 public void Create(EMail Entity)
 {
     _emailRepository.Create(Entity);
 }