Ejemplo n.º 1
0
 public PurchaseOrderServiceMock(PurchaseOrderServiceMockManager manager, INotificationHandler notificationHandler)
 {
     _manager             = manager;
     _notificationHandler = notificationHandler;
 }
Ejemplo n.º 2
0
 public PurchaseOrderReadRepositoryMock(PurchaseOrderServiceMockManager manager)
 {
     _manager = manager;
 }
Ejemplo n.º 3
0
 public PriceTableRepositoryMock(PurchaseOrderServiceMockManager manager)
 {
     _manager = manager;
 }