Example #1
0
 public static ExifMetadata.Metadata GetExifFromDB(string strPicture)
 {
     return(_database.GetExifFromDB(strPicture));
 }