Ejemplo n.º 1
0
 public void UpdateState(int posterID, int statusid)
 {
     _IPoster.UpdateState(posterID, statusid);
 }