コード例 #1
0
ファイル: FilmService.cs プロジェクト: NgocSon288/QLRCP
 public bool DeleteAll()
 {
     return(_filmRepository.DeleteAll());
 }