예제 #1
0
 internal static bool Delete(int id)
 {
     return(MovieDB.Delete(id));
 }
예제 #2
0
 public void Delete(int id) => _db.Delete(id);