Exemple #1
0
 public AddressRepository(BusinessContext businessContext)
 {
     this.db = businessContext;
 }