Esempio n. 1
0
 public static List <Employee> GetAll(string connectionString)
 {
     return(MyDAL.GetAll(connectionString));
 }