Ejemplo n.º 1
0
 public FavouriteListRepo(foodstuffsEntities context)
 {
     //_context.Database.SqlQuery<CREATE as Type ToString() macth the data>("dbo.sp", new[] { new SqlParameter("@", "") });
 }
Ejemplo n.º 2
0
 public FavouriteListRepo()
 {
     _context = new foodstuffsEntities();
 }