コード例 #1
0
 public bool DeleteScreenAction(int id)
 {
     return(_screenService.DeleteScreenAction(id));
 }