Ejemplo n.º 1
0
 public dynamic GetUpdatePlayCount(int ID)
 {
     return(Success(mapper.GetUpdatePlayCount(ID, this.System_Station_ID)));
 }