private void sviUnosi() { if (_allEngine.DoRetrieve(1)) { ConvertAndShow.Fonogram(_allEngine.GetViewModels()); } Console.Clear(); }
private void sviUnosi() { if (_allEngine.DoRetrieve(2)) { ConvertAndShow.Izvodjac(_allEngine.GetViewModels()); } Console.Clear(); }
private void sviUnosi() { //OVDE STOJI INT 0 KAO INPUT PARAMETAR ZA POVLACENJE SVIH ALBUM UNOSA ZATO STO SAM TAKO PREDEFINISAO U GETALL KLASI U DATAINJECTOR-U. OVO BIH MOGAO DA RAZMISLIM I DA PROMENIM I DTO. if (_allEngine.DoRetrieve(0)) { ConvertAndShow.Album(_allEngine.GetViewModels()); } Console.Clear(); }