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