示例#1
0
 public DocentesBLL(string stringConnection)
 {
     this.stringConnection = stringConnection;
     _DocentesDAL          = new DocentesDAL(this.stringConnection);
 }
 public DocentesController()
 {
     docentes = new DocentesDAL();
 }