Пример #1
0
 /// <summary>
 /// This is the constructor for the class DBCustomUser.
 /// </summary>
 private DBCustomUser()
 {
     db = DatabaseString.GetInstance();
 }
Пример #2
0
 /// <summary>
 /// This is the constructor for the class DBUserProduct.
 /// </summary>
 private DB_UserProduct()
 {
     db = DatabaseString.GetInstance();
     pw = new PasswordHasher();
 }
Пример #3
0
 /// <summary>
 /// This is the conctructor for the class DB_OrderDetail.
 /// </summary>
 private DB_OrderDetail()
 {
     db = DatabaseString.GetInstance();
 }
Пример #4
0
 /// <summary>
 /// This is the constructor for the class DBProduct.
 /// </summary>
 private DB_Product()
 {
     db = DatabaseString.GetInstance();
 }