Example #1
0
 public static int save(Models.replacegif m)
 {
     using (DAL.root.toolDAL dal = new DAL.root.toolDAL())
     {
         return(dal.save(m));
     }
 }