Exemple #1
0
 public void SaveMedia(int mediaID, string name, string path)
 {
     Task.Run(() => db.SaveMedia(mediaID, path, name));
 }