Exemplo n.º 1
0
 public bool CustomerExist(string id)
 {
     return(_customerData.CustomerExist(id));
 }