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