public void UpdateSastojiSe(Common.Models.SastojiSe sastojiSe) { masterRepository.SastojiSeRepository.Update(sastojiSe); }
public bool AddSastojiSe(Common.Models.SastojiSe sastojiSe) { return(masterRepository.SastojiSeRepository.Add(sastojiSe)); }