nmaguirre / riocuartobandasderock

A Web Based System for Rock Bands from Rio Cuarto
MIT License
2 stars 3 forks source link

Use Singleton Pattern in Artist Controler #61

Open elisaboselli opened 8 years ago

elisaboselli commented 8 years ago

The class Artist Controller should be a Singleton class.

See Album Controller for check the implementation.

fernandomunioz commented 8 years ago

Implemented ArtistController Singleton 9245747