Example #1
0
 public Employee GetEmployeeDetails(int id)
 {
     return(_dataAccessFactory.GetEmployeeetails(1));
 }