Exemple #1
0
 public DTO.ResponseService <string> GetSeatAmountRoom(string roomcode, string ExamPlace)
 {
     return(svc.GetSeatAmountRoom(roomcode, ExamPlace));
 }