Exemple #1
0
 public SearchClerkRepository(STLContext stlContext)
 {
     _stlContext = stlContext;
 }
Exemple #2
0
 public SearchClerkRepository()
 {
     _stlContext = new STLContext();
 }
Exemple #3
0
 public DoubleBookingRepository(STLContext stlContext)
 {
     _stlContext = stlContext;
 }
Exemple #4
0
 public DoubleBookingRepository()
 {
     _stlContext = new STLContext();
 }
Exemple #5
0
 public AuthorityRepository(STLContext stlContext)
 {
     _stlContext = stlContext;
 }
Exemple #6
0
 public AuthorityRepository()
 {
     _stlContext = new STLContext();
 }