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

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