Beispiel #1
0
 public OderDetailProcess()
 {
     db = new PCDbContext();
 }
Beispiel #2
0
 //constructor :  khởi tạo đối tượng
 public ProductProcess()
 {
     db = new PCDbContext();
 }
Beispiel #3
0
 /// <summary>
 /// Contructor
 /// </summary>
 public UserProcess()
 {
     db = new PCDbContext();
 }
Beispiel #4
0
 //constructor :  khởi tạo đối tượng
 public HomeProcess()
 {
     db = new PCDbContext();
 }
Beispiel #5
0
 //constructor
 public AdminProcess()
 {
     db = new PCDbContext();
 }
Beispiel #6
0
 //contructor
 public OrderProcess()
 {
     db = new PCDbContext();
 }