Kooboo.Commerce.Payments.PaymentService.PaymentService C# (CSharp) Метод

PaymentService() публичный Метод

public PaymentService ( CommerceInstance instance ) : System
instance Kooboo.Commerce.Data.CommerceInstance
Результат System
        public PaymentService(CommerceInstance instance)
        {
            _instance = instance;
            _repository = _instance.Database.Repository<Payment>();
        }