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

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