Esempio n. 1
0
 public static Employee GetById(string connectionString, int id)
 {
     return(MyDAL.GetById(connectionString, id));
 }