public DTO.ResponseService <DTO.DataItem[]> GetExamRoomByPlaceCode(string code) { return(svc.GetExamRoomByPlaceCode(code)); }