Exemple #1
0
 public bool DeleteCamera(long id)
 {
     return(nomenclatureService.DeleteCamera(id));
 }