예제 #1
0
 public MoviesDataBase Init()
 {
     return(DbContext ?? (DbContext = new MoviesDataBase()));
 }
예제 #2
0
 public ServiceQueryBase()
 {
     DbContext = DbContext ?? (DbContext = new MoviesDataBase());
 }
예제 #3
0
 public ServiceCommandBase()
 {
     DbContext = DbContext ?? (DbContext = new MoviesDataBase());
 }