As part of an ORM microplatform I'm developing, I'm defining a generic class that implements exclusively tight coupling (1 record x 1 object).
public class Course : MicroEntity<Course>
{
public string fullname { get; set; }
publ...
asked on
06.10.2015 / 19:56