Ejemplo n.º 1
0
 public UserRepository(IAmbientDataContextLocator ambientDbContextLocator)
 {
     if (ambientDbContextLocator == null)
     {
         throw new ArgumentNullException("ambientDbContextLocator");
     }
     _ambientDbContextLocator = ambientDbContextLocator;
 }
Ejemplo n.º 2
0
 public UserRepository(IAmbientDataContextLocator ambientDbContextLocator)
 {
     if (ambientDbContextLocator == null) throw new ArgumentNullException("ambientDbContextLocator");
     _ambientDbContextLocator = ambientDbContextLocator;
 }