Ejemplo n.º 1
0
 // DELETE: api/Collection/5
 public void Delete(int uid, int rid)
 {
     collectionRepository.delete(uid, rid);
 }