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