示例#1
0
 public IServiceGetAction Fetch(SessionKey sessionKey)
 {
     _serviceGetAction = new ServiceGetAction(sessionKey);
     return _serviceGetAction;
 }
示例#2
0
 public IServiceGetAction Fetch(SessionKey sessionKey)
 {
     _serviceGetAction = new ServiceGetAction(sessionKey);
     return(_serviceGetAction);
 }