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