Kooboo.Commerce.Payments.PaymentMethodService.PaymentMethodService C# (CSharp) Méthode

PaymentMethodService() public méthode

public PaymentMethodService ( CommerceInstance instance ) : System
instance Kooboo.Commerce.Data.CommerceInstance
Résultat System
        public PaymentMethodService(CommerceInstance instance)
        {
            _instance = instance;
            _repository = instance.Database.Repository<PaymentMethod>();
        }