Ejemplo n.º 1
0
 public ManageModel(INetGram netgram, IConfiguration configuaton)
 {
     _netgram = netgram;
     BlobImg  = new Blob(configuaton);
 }
Ejemplo n.º 2
0
 public IndexModel(INetGram netgram)
 {
     _netgram = netgram;
 }