public PlaneTypeService(AsyncUnitOfWork unitOfWork) { unit = unitOfWork; if (mapper == null) { ConfigureMapper(); } }
public DepartureService(AsyncUnitOfWork unitOfWork) { unit = unitOfWork; if (mapper == null) { ConfigureMapper(); } }
public StewardessService(AsyncUnitOfWork unitOfWork) { unit = unitOfWork; if (mapper == null) { ConfigureMapper(); } }
public FlightService(AsyncUnitOfWork unitOfWork) { unit = unitOfWork; if (mapper == null) { ConfigureMapper(); } }