public GridResponseModel(GridRequestModel gridParam, int count, IEnumerable <T> records) : this(gridParam.Page, gridParam.Rows, count) { rows = records; }
public GridResponseModel(GridRequestModel gridParam, int count) : this(gridParam.Page, gridParam.Rows, count) { }