Esempio n. 1
0
 public EFCategoryRepository(ProductDBContext db)
 {
     if (db != null)
     {
         _db = db;
     }
     else
     {
         throw new ArgumentNullException();
     }
 }