コード例 #1
0
 public ManageModel(IWorkGram workGram, IConfiguration configuration)
 {
     _workGram = workGram;
     //Blob storage to be referenced
     BlobImage = new Models.Utilities.Blob(configuration);
 }
コード例 #2
0
ファイル: Manage.cshtml.cs プロジェクト: ntibbals/ASP.Gram
 public ManageModel(IPosts post, IConfiguration configuration)
 {
     _post = post;
     ///Reference to blob storage account gateway to storage account
     BlobImage = new Models.Utilities.Blob(configuration);
 }
コード例 #3
0
 public ManageModel(IPost post, IConfiguration configuration)
 {
     _post     = post;
     BlobImage = new Models.Utilities.Blob(configuration);
 }