Exemple #1
0
 public ConcreteSecondOrm()
 {
     Context = new ConcreteSecondOrmContext();
 }
Exemple #2
0
 public SecondOrm()
 {
     this.Context = new SecondOrmContext();
 }
Exemple #3
0
 public SecondOrm()
 {
     Context = new Context();
 }
Exemple #4
0
 public SecondOrm(ISecondOrmContext context)
 {
     this.Context = context;
 }