Esempio 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);
        }
Esempio n. 2
0
 public abstract CurrentItemCategory MapCurrentItemCategoryfromDLCurrentItemCategory(ADL_CurrentItemCategory currentitemcategory);