Ejemplo n.º 1
0
        public string Edit(Model.Areas Model)
        {
            AreasBll bll = new AreasBll();

            return(bll.Edit(Model));
        }
Ejemplo n.º 2
0
        public string Add(Model.Areas Model, int ProvinceID, int CityID)
        {
            AreasBll bll = new AreasBll();

            return(bll.Add(Model, ProvinceID, CityID));
        }