A unit of work is not necessarily a class, but rather its methods. The linked article states that
A unit of work is a use case in the system that startes with a public method and ends up with one of three types of results (...)
I use the same naming as well, and I really like it.