예제 #1
0
파일: PersonBLL.cs 프로젝트: aa1356889/git
 public PersonBLL(IDAL.IPersonDAL dal)
 {
     this.dal = dal;
 }
예제 #2
0
파일: PersonBLL.cs 프로젝트: aa1356889/git
 public PersonBLL(IDAL.IPersonDAL dal)
 {
     this.dal = dal;
 }