Пример #1
0
 public childrenController(EFChildrenRepository mockRepo)
 {
     this.db = mockRepo;
 }
Пример #2
0
 // default constructor - no dependency => use the database
 public childrenController(MocKchildrenRepository @object)
 {
     this.db = new EFChildrenRepository();
 }