Example #1
0
 public SomeSchoolRepository(SomeSchoolContext context = null)
 {
     ctx = context != null ? context : new SomeSchoolContext();
 }