예제 #1
0
 public Role()
 {
     ctx = new EmsWebDB();
 }
예제 #2
0
 public SampleBL()
 {
     context = new EmsWebDB();
 }
예제 #3
0
 public User()
 {
     context = new EmsWebDB();
 }
예제 #4
0
 public SampleBL(EmsWebDB emsWebDB)
 {
     context = emsWebDB;
 }