Ejemplo n.º 1
0
 public WriteUserProfileRepository(UserProfileEFContext efContext) : base(efContext)
 {
 }
Ejemplo n.º 2
0
 public ReadUserProfileRepository(UserProfileEFContext efContext) : base(efContext)
 {
     _efContext = efContext;
 }