Example #1
0
 public static int UpdatePicture(string strPicture, int iRotation)
 {
     return(_database.UpdatePicture(strPicture, iRotation));
 }