Пример #1
0
 public Employee GetByNIC(String nic)
 {
     return(Get_Data.GetEmployeeByNIC(nic));
 }