コード例 #1
0
 public bool CheckSnils(string Snils, int?idPatient = null)
 {
     return(_patientService.CheckSnils(Snils, idPatient));
 }