Esempio n. 1
0
 public PrometheusBLL(string constring)
 {
     dal = new PrometheusDAL(constring);
 }
Esempio n. 2
0
 public StudentBLL(string constring)
 {
     dal = new PrometheusDAL(constring);
 }