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

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