Exemple #1
0
 public bool AddPoliceman(Policeman policeman)
 {
     return(nomenclatureService.AddPoliceman(policeman));
 }