Esempio n. 1
0
 public void Update(int id, PersonsController.Person model)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
        /* public object Add(Person model)
         * {
         *   throw new NotImplementedException();
         * }*/

        public object Add(PersonsController.Person model)
        {
            throw new NotImplementedException();
        }