Orders.BookPaymentHandler.BookPaymentHandler C# (CSharp) Méthode

BookPaymentHandler() public méthode

public BookPaymentHandler ( Repository repository ) : System.Threading.Tasks
repository Repository
Résultat System.Threading.Tasks
        public BookPaymentHandler(Repository repository)
        {
            this.repository = repository;
        }