Ejemplo n.º 1
0
 public static void UpdateViewCount(string table, string where, string viewCount)
 {
     LoadProviders();
     _provider.UpdateViewCount(table, where, viewCount);
 }