Exemplo n.º 1
0
		public CourseProxyStub(Course obj, bool dirtyColumnsOnly)
		{
			theEntity = this.entity = obj;
			this.dirtyColumnsOnly = dirtyColumnsOnly;
		}
Exemplo n.º 2
0
		public CourseProxyStub(Course obj)
		{
			theEntity = this.entity = obj;
		}