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