예제 #1
0
 public StudentListsBll(Account oAccount, Classes oClasses) : base(oAccount)
 {
     mStudentListsDAL = new StudentListsDAL(mAccount, oClasses);
 }
예제 #2
0
 public StudentListsBll(Account oAccount) : base(oAccount)
 {
     mStudentListsDAL = new StudentListsDAL(mAccount);
 }