C# Class EA.Iws.DataAccess.Repositories.MovementDateHistoryRepository

Inheritance: IMovementDateHistoryRepository
ファイルを表示 Open project: EnvironmentAgency/prsd-iws

Public Methods

Method Description
GetByMovementId ( System.Guid movementId ) : Task>
MovementDateHistoryRepository ( IwsContext context, IMovementAuthorization authorization ) : System

Method Details

GetByMovementId() public method

public GetByMovementId ( System.Guid movementId ) : Task>
movementId System.Guid
return Task>

MovementDateHistoryRepository() public method

public MovementDateHistoryRepository ( IwsContext context, IMovementAuthorization authorization ) : System
context IwsContext
authorization IMovementAuthorization
return System