Ejemplo n.º 1
0
        };                                            //Common.CacheControl.Get<PhotoDal>();


        public bool Add(Photo model)
        {
            return(_infoDal.AddPhoto(model) > 0);
        }