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