Exemplo n.º 1
0
        public override CurrentItemCategory MapCurrentItemCategoryfromDLCurrentItemCategory(ADL_CurrentItemCategory currentitemcategory)
        {
            var result = new CurrentItemCategory();

            result.Id          = currentitemcategory.Id;
            result.Name        = currentitemcategory.Name;
            result.Description = currentitemcategory.Description;
            result.VAT         = currentitemcategory.VAT;

            return(result);
        }
Exemplo n.º 2
0
 public abstract CurrentItemCategory MapCurrentItemCategoryfromDLCurrentItemCategory(ADL_CurrentItemCategory currentitemcategory);