コード例 #1
0
ファイル: ServiceAction.cs プロジェクト: avijassra/MyNotes
 public IServiceSetAction Put(SessionKey sessionKey)
 {
     _serviceSetAction = new ServiceSetAction(_controller, sessionKey);
     return _serviceSetAction;
 }
コード例 #2
0
 public IServiceSetAction Put(SessionKey sessionKey)
 {
     _serviceSetAction = new ServiceSetAction(_controller, sessionKey);
     return(_serviceSetAction);
 }