Exemplo n.º 1
0
 public SqlFileData(CloudStorageDbContext context)
 {
     _context = context;
 }
Exemplo n.º 2
0
 public CloudStorageSeedData(CloudStorageDbContext context)
 {
     _context = context;
 }
Exemplo n.º 3
0
 public SqlCompanyData(CloudStorageDbContext context)
 {
     _context = context;
 }
Exemplo n.º 4
0
 /// <summary>
 /// Initializes a new instance of the <see cref="FileRepository"/> class.
 /// </summary>
 public FileRepository()
 {
     this._db = new CloudStorageDbContext();
 }