コード例 #1
0
 public AdresController(IPersonSharingContext Context)
 {
     context = Context;
 }
コード例 #2
0
 public AdresController()
 {
     context = new PersonSharingContext();
 }