Ejemplo n.º 1
0
 public FriendFriendRepository(CountryFriendContext countryFriendContext)
 {
     this.Context = countryFriendContext;
 }
Ejemplo n.º 2
0
 public StateRepository(CountryFriendContext countryFriendContext)
 {
     this.Context = countryFriendContext;
 }