Table of Contents

Class OrderFulfillmentService

Namespace
GastroSky.Services.OrderFulfillmentService
Assembly
GastroSky.dll
public class OrderFulfillmentService : IOrderFulfillmentService
Inheritance
OrderFulfillmentService
Implements
Inherited Members

Constructors

OrderFulfillmentService(IConfiguration, GastroSkyDatabaseContext, IRemoteFileStorage, ILogger<OrderFulfillmentService>, ISlugGenerator)

public OrderFulfillmentService(IConfiguration configuration, GastroSkyDatabaseContext db, IRemoteFileStorage remoteFileStorage, ILogger<OrderFulfillmentService> logger, ISlugGenerator slugGenerator)

Parameters

configuration IConfiguration
db GastroSkyDatabaseContext
remoteFileStorage IRemoteFileStorage
logger ILogger<OrderFulfillmentService>
slugGenerator ISlugGenerator

Methods

FulfillOrder(string)

public Task<OrderFulfillmentResult> FulfillOrder(string orderSlug)

Parameters

orderSlug string

Returns

Task<OrderFulfillmentResult>