public ManageModel(INetGram netgram, IConfiguration configuaton) { _netgram = netgram; BlobImg = new Blob(configuaton); }
public IndexModel(INetGram netgram) { _netgram = netgram; }