Exemplo n.º 1
0
 public static DataSet GetBenhNhanList(string _strConnection)
 {
     var ds = new DataSet();
        var helper = new BenhNhanDAL();
        ds = helper.fnGetBenhNhanList(_strConnection);
        return ds;
 }