Kooboo.Commerce.Payments.PaymentMethodService.PaymentMethodService C# (CSharp) Method

PaymentMethodService() public method

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