Exemple #1
0
 public void Create(Cinema entity)
 {
     cinemaRepository.Create(entity);
 }