Пример #1
0
 public bool DeleteClient(ClientDAO client)
 {
     return(ef.DeleteClient(ClientMapper.MapToClient(client)));
 }