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