コード例 #1
0
 public IList <Employee> FilterByOffice(long office)
 {
     return(_employeeRepo.FilterByOffice(office));
 }