예제 #1
0
 public CustomersPersistenceFixture(ICustomersPersistence persistence)
 {
     _persistence = persistence;
 }
예제 #2
0
 public void SetReferences(IReferences references)
 {
     _persistence = references.GetOneRequired <ICustomersPersistence>(
         new Descriptor("eic-customers", "persistence", "*", "*", "1.0")
         );
 }