コード例 #1
0
ファイル: PostalAddressPart.cs プロジェクト: wh-ess/ess
 public void Apply(PostalAddressPartChanged e)
 {
 }
コード例 #2
0
 public void Handle(PostalAddressPartChanged e)
 {
     Update(e.Id, c => c.ContactId = e.ContactId);
 }