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