Kooboo.Commerce.Products.ProductService.ProductService C# (CSharp) Method

ProductService() public method

public ProductService ( CommerceInstance instance ) : System
instance Kooboo.Commerce.Data.CommerceInstance
return System
        public ProductService(CommerceInstance instance)
        {
            _instance = instance;
            _database = instance.Database;
        }