示例#1
0
 public ContactsBl()
 {
     _contactsDal = new ContactsDal();
 }
示例#2
0
 public ContactsBL()
 {
     contactsDal = new ContactsDal();
 }