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