Exemplo n.º 1
0
        public ActionResult GetAllItemType()
        {
            DalSysItemType objSource = new DalSysItemType();

            var allData = objSource.GetAllActiveItemTypeLeather();

            return(Json(allData, JsonRequestBehavior.AllowGet));
        }
Exemplo n.º 2
0
 public ItemTypeController()
 {
     _vmMsg          = new ValidationMsg();
     _dalSysItemType = new DalSysItemType();
 }