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