Exemplo n.º 1
0
 public DTO.ResponseService <string> GetSeatAmount(string examPlaceCode)
 {
     return(svc.GetSeatAmount(examPlaceCode));
 }