Esempio n. 1
0
 public bool DeleteByID(Guid id)
 {
     return(_filmRepository.DeleteByID(id));
 }