Open kattunga opened 3 years ago
Hi,
There is a slight inconsistency in the return type of two functions.
DbManager.GetRecords returns List
but
DbManager.GetAllRecordsByIndex returns IList
Which should be the right return type?
Hi,
There is a slight inconsistency in the return type of two functions.
DbManager.GetRecords returns List
but
DbManager.GetAllRecordsByIndex returns IList
Which should be the right return type?