Пример #1
0
 public WriteUserProfileRepository(UserProfileEFContext efContext) : base(efContext)
 {
 }
Пример #2
0
 public ReadUserProfileRepository(UserProfileEFContext efContext) : base(efContext)
 {
     _efContext = efContext;
 }