Ejemplo n.º 1
0
 public void AddToUserAggregationPerDays(UserAggregationPerDay userAggregationPerDay)
 {
     base.AddObject("UserAggregationPerDays", userAggregationPerDay);
 }
Ejemplo n.º 2
0
 public static UserAggregationPerDay CreateUserAggregationPerDay(string userid, int appid, int featureid, global::System.DateTime eventDate, int totalpoints)
 {
     UserAggregationPerDay userAggregationPerDay = new UserAggregationPerDay();
     userAggregationPerDay.userid = userid;
     userAggregationPerDay.appid = appid;
     userAggregationPerDay.featureid = featureid;
     userAggregationPerDay.eventDate = eventDate;
     userAggregationPerDay.totalpoints = totalpoints;
     return userAggregationPerDay;
 }