Click or drag to resize
IQuarterlyEntryRepository Interface
Interface to handle the special methods of Quarterly Entery records

Namespace: RMP.WCF.Model
Assembly: RMP.WCF.Model (in RMP.WCF.Model.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public interface IQuarterlyEntryRepository

The IQuarterlyEntryRepository type exposes the following members.

Methods
  NameDescription
Public methodReadList
Gets existing records based on the provided params
Public methodReadListAll
Selects all Existing records
Top
Remarks
ReportingQuarter records are not edited or created by this program. They should be created and edited by stored procedures in the database.
See Also