Hi
What is the difference between
public static int Delete(string Id)
And
public int Delete(string Id)
Thanks