Exemplo n.º 1
0
 public void RemoveSpotToCustomer(int spotid, int custid)
 {
     _spotRepository.RemoveSpotToCustomer(spotid, custid);
     return;
 }