Example #1
0
 UserLocation Transform(CustomerLocation c, int usrID)
 {
     return new UserLocation() { IsLinked = false, WasLinked = false, Location = c.Name, LocID = c.ID, UserID = usrID };
 }
Example #2
0
		private void detach_CustomerLocations(CustomerLocation entity)
		{
			this.SendPropertyChanging();
			entity.MasterOrg = null;
		}
Example #3
0
 partial void UpdateCustomerLocation(CustomerLocation instance);
Example #4
0
 partial void DeleteCustomerLocation(CustomerLocation instance);
Example #5
0
 partial void InsertCustomerLocation(CustomerLocation instance);