public PanoptoScheduleUploader.Services.UsageManagement.DetailedUsageResponse GetSessionUserDetailedUsage(PanoptoScheduleUploader.Services.UsageManagement.AuthenticationInfo auth, System.Guid sessionId, System.Guid userId, PanoptoScheduleUploader.Services.UsageManagement.Pagination pagination) { return(base.Channel.GetSessionUserDetailedUsage(auth, sessionId, userId, pagination)); }
public PanoptoScheduleUploader.Services.UsageManagement.DetailedUsageResponse GetSessionDetailedUsage(PanoptoScheduleUploader.Services.UsageManagement.AuthenticationInfo auth, System.Guid sessionId, PanoptoScheduleUploader.Services.UsageManagement.Pagination pagination, System.DateTime beginRange, System.DateTime endRange) { return(base.Channel.GetSessionDetailedUsage(auth, sessionId, pagination, beginRange, endRange)); }