Esempio n. 1
0
        public async System.Threading.Tasks.Task <ActionResult> EditColor(string Id)
        {
            ColorMaster _master = new ColorMaster();

            _master = Commonhelper.GetColorById(Id);
            return(View(_master));
        }