コード例 #1
0
 public IEnumerable <Rit> GetAllByDepartCity(int Id)
 {
     return(ritDAO.GetAllByDepartCity(Id));
 }