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

PaymentService() public method

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