Exemplo n.º 1
0
        public IBOProductSalesFor1997 BOProductSalesFor1997(IProductSalesFor1997Repository repo)
        {
            BOProductSalesFor1997 boProductSalesFor1997 = (BOProductSalesFor1997)BOProductSalesFor1997();

            boProductSalesFor1997.Repository = repo;
            return(boProductSalesFor1997);
        }
Exemplo n.º 2
0
        public IBOProductSalesFor1997 BOProductSalesFor1997()
        {
            var boProductSalesFor1997 = new BOProductSalesFor1997()
            {
                CategoryName = this.CategoryName,
                ProductName  = this.ProductName,
                ProductSales = this.ProductSales
            };

            return(boProductSalesFor1997);
        }