Example #1
0
 public FriendFriendRepository(CountryFriendContext countryFriendContext)
 {
     this.Context = countryFriendContext;
 }
Example #2
0
 public StateRepository(CountryFriendContext countryFriendContext)
 {
     this.Context = countryFriendContext;
 }