public abstract class ReferenceListBase<T> where T : ReferenceTypeBase, new();
Class for a list of reference data. Classes that use a list of the generic TUtil should be derived from this class. Holds a TAuthenticate and a List of some type, as well as a method for populating the list from the database.
Copyright (c) VETtrak 2022. All rights reserved.
|