public static void Update(Sent sent, DbTransaction transaction) { sent.Update(transaction); }
public static void Update(Sent sent) { sent.Update(); }