Example #1
0
 // POST: api/Project
 public void Post(Project p)
 {
     ProjtRepository.Create(p);
 }