コード例 #1
0
 public ManageModel(INetGram netgram, IConfiguration configuaton)
 {
     _netgram = netgram;
     BlobImg  = new Blob(configuaton);
 }
コード例 #2
0
 public IndexModel(INetGram netgram)
 {
     _netgram = netgram;
 }