Esempio n. 1
0
        public void Create(Model model)
        {
            if (model == null)
            {
                throw new ArgumentNullException(nameof(model));
            }

            modelRepository.Create(model);
        }
Esempio n. 2
0
 public void Create(Make make)
 {
     makeReposotory.Create(make);
 }