コード例 #1
0
 public Employee Get(int id)
 {
     return _employeeContext.Get(id);
 }
コード例 #2
0
 public Employee Get(int id)
 {
     return(_context.Get(id));
 }