コード例 #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
ファイル: HomeProcess.cs プロジェクト: vuchungdung/hidohieu
 //constructor :  khởi tạo đối tượng
 public HomeProcess()
 {
     db = new PCDbContext();
 }
コード例 #5
0
ファイル: AdminProcess.cs プロジェクト: vuchungdung/hidohieu
 //constructor
 public AdminProcess()
 {
     db = new PCDbContext();
 }
コード例 #6
0
 //contructor
 public OrderProcess()
 {
     db = new PCDbContext();
 }