Exemplo n.º 1
0
 /// <summary>Creates a new instance of <see cref="SupplierDal"/></summary>
 /// <param name="context">EntityFramework context used to manage the persistence to database.</param>
 public SupplierDal(SuppliersContext context)
 {
     this.context = context;
 }