Ejemplo n.º 1
0
		private void detach_check(check entity)
		{
			this.SendPropertyChanging();
			entity.verifications = null;
		}
Ejemplo n.º 2
0
 partial void Deletecheck(check instance);
Ejemplo n.º 3
0
 partial void Insertcheck(check instance);
Ejemplo n.º 4
0
 partial void Updatecheck(check instance);
Ejemplo n.º 5
0
 public CheckView(check c)
 {
     _c = c;
 }