コード例 #1
0
 public NsPluginExampleRepository(NsPluginExampleContext context) : base(context)
 {
     this.context = context;
 }
コード例 #2
0
 public OAuthTokensRepository(NsPluginExampleContext context) : base(context)
 {
     this.context = context;
 }