Exemple #1
0
 public string getEmployeesByFullName(string fname, string lname)
 {
     return(itsDAL.getEmployeesByFullName(fname, lname));
 }