Example #1
0
 protected override object[] LoadDataSource(int inclusive, int exclusive)
 {
     if (facade == null)
     {
         facade = new ShiftModel(this.DataProvider);
     }
     return(facade.QueryShiftCrewResource(
                FormatHelper.PKCapitalFormat(FormatHelper.CleanString(this.txtCrewCodeQuery.Text)),
                inclusive, exclusive));
 }