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