コード例 #1
0
 public bool CheckExistsAccount(string account, int id)
 {
     return(_patient.CheckExistsAccount(account, id));
 }