예제 #1
0
 public List <Location> GetList(LocationForSearchModel model)
 {
     return((new LocationDL()).GetList());
 }
예제 #2
0
        public ActionResult Search(LocationForSearchModel model)
        {
            var locationBL = new LocationBL();

            return(View(locationBL.GetList(model)));
        }