public static void Update(SystemRoleApplicationWrapper obj) { businessProxy.Update(obj.entity); }
public static void Refresh(SystemRoleApplicationWrapper instance) { businessProxy.Refresh(instance.entity); }
public static void Delete(SystemRoleApplicationWrapper instance) { businessProxy.Delete(instance.entity); }
public static void SaveOrUpdate(SystemRoleApplicationWrapper obj) { businessProxy.SaveOrUpdate(obj.entity); }