Beispiel #1
0
 public void updateArtiseType(Data.Models.ArtistType entity)
 {
     _irepositoryArtistType.Update(entity);
 }
Beispiel #2
0
 public void deleteArtistType(Data.Models.ArtistType entity)
 {
     _irepositoryArtistType.Delete(entity);
 }
Beispiel #3
0
 public void addArtiseType(Data.Models.ArtistType entity)
 {
     _irepositoryArtistType.Insert(entity);
 }