示例#1
0
 protected abstract Object Restore(RestoreRequest <TRestoreKey> Operation);
示例#2
0
 protected override object Restore(RestoreRequest <InstanceIdParameters> Operation)
 {
     return(DataController.Restore(Operation.Key.InstanceId));
 }
示例#3
0
 protected virtual bool CanRestore(RestoreRequest <TRestoreKey> Operation)
 {
     return(true);
 }