Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
TimeTracking
DataAccess
MemoryTimeRecordDataAccess
C# Class TimeTracking.DataAccess.MemoryTimeRecordDataAccess
Inheritance:
ITimeRecordDataAccess
Show file
Open project: nats/castle-1.0.3-mono
Public Methods
Method
Description
Insert
(
TimeRecord
record
) :
void
InsertEvent
(
TimeRecordEvent
timeEvent
) :
void
Method Details
Insert()
public
method
public
Insert
(
TimeRecord
record
) :
void
record
TimeTracking.Models.TimeRecord
return
void
InsertEvent()
public
method
public
InsertEvent
(
TimeRecordEvent
timeEvent
) :
void
timeEvent
TimeTracking.Models.TimeRecordEvent
return
void