Exemplo n.º 1
0
 public bool UpdatePost(PuppyPost pPost)
 {
     return(_puppyService.UpdatePost(pPost));
 }
Exemplo n.º 2
0
 public int CreatePost(PuppyPost postToAdd)
 {
     return(_puppyService.CreatePost(postToAdd));
 }