Ejemplo n.º 1
0
 public DTO.ResponseService <DTO.DataItem[]> GetExamRoomByPlaceCode(string code)
 {
     return(svc.GetExamRoomByPlaceCode(code));
 }