示例#1
0
 public WriteUserProfileRepository(UserProfileEFContext efContext) : base(efContext)
 {
 }
示例#2
0
 public ReadUserProfileRepository(UserProfileEFContext efContext) : base(efContext)
 {
     _efContext = efContext;
 }