Beispiel #1
0
 public SQLEmployee Get(long Id)
 {
     return(_sqlEmployeeService.GetEmployeeById(Id));
 }
Beispiel #2
0
 public Product Get(long Id)
 {
     return(_sqlEmployeeService.GetEmployeeById(Id));
 }