Kooboo.Commerce.Products.ProductService.ProductService C# (CSharp) Метод

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

public ProductService ( CommerceInstance instance ) : System
instance Kooboo.Commerce.Data.CommerceInstance
Результат System
        public ProductService(CommerceInstance instance)
        {
            _instance = instance;
            _database = instance.Database;
        }