Example #1
0
 public WeddingFavoritesBLL()
 {
     bLLSecurity = new BLLSecurity();
 }
Example #2
0
 public WeddingBLL()
 {
     bLLSecurity = new BLLSecurity();
 }
Example #3
0
 public InvoiceBLL()
 {
     bLLSecurity = new BLLSecurity();
 }
Example #4
0
 public UserBLL()
 {
     bLLSecurity = new BLLSecurity();
 }
Example #5
0
 public AppointmentBLL()
 {
     bLLSecurity = new BLLSecurity();
 }