IQuarterlyEntryRepository Interface |
Interface to handle the special methods of Quarterly Entery records
Namespace: RMP.WCF.ModelAssembly: RMP.WCF.Model (in RMP.WCF.Model.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic interface IQuarterlyEntryRepository
Public Interface IQuarterlyEntryRepository
public interface class IQuarterlyEntryRepository
type IQuarterlyEntryRepository = interface end
The IQuarterlyEntryRepository type exposes the following members.
Methods
| Name | Description |
---|
 | ReadList |
Gets existing records based on the provided params
|
 | ReadListAll |
Selects all Existing records
|
Top
RemarksReportingQuarter records are not edited or created by this program. They should be created and edited by stored procedures in the database.
See Also