public MovementDateHistoryRepository(IwsContext context,
                                      IMovementAuthorization authorization)
 {
     this.context       = context;
     this.authorization = authorization;
 }
 public MovementDateHistoryRepository(IwsContext context,
     IMovementAuthorization authorization)
 {
     this.context = context;
     this.authorization = authorization;
 }
Exemplo n.º 3
0
 public MovementCarrierRepository(IwsContext context, IMovementAuthorization authorization)
 {
     this.context       = context;
     this.authorization = authorization;
 }