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