コード例 #1
0
 public Department GetById(int id)
 {
     return _deptGetway.GetById(id);
 }