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