Beispiel #1
0
 public int SoTaiKhamTrongNgay(string NgayTaiKham)
 {
     return(Convert.ToInt32(da.executeScalar(string.Format("select * from f_tongTaiKham('{0}')", NgayTaiKham), CommandType.Text, null)));
 }