Example #1
0
 public string getEmployeesByLastNameString(string name)
 {
     return(itsDAL.getEmployeesByLastNameString(name));
 }