Method | Description | |
---|---|---|
Add ( MovementRejection movementRejection ) : void | ||
Get ( System.Guid id ) : Task |
||
GetByMovementId ( System.Guid movementId ) : Task |
||
GetByMovementIdOrDefault ( System.Guid movementId ) : Task |
||
MovementRejectionRepository ( IwsContext context ) : System |
public Add ( MovementRejection movementRejection ) : void | ||
movementRejection | MovementRejection | |
return | void |
public GetByMovementId ( System.Guid movementId ) : Task |
||
movementId | System.Guid | |
return | Task |
public GetByMovementIdOrDefault ( System.Guid movementId ) : Task |
||
movementId | System.Guid | |
return | Task |
public MovementRejectionRepository ( IwsContext context ) : System | ||
context | IwsContext | |
return | System |