Esempio n. 1
0
 internal static void Initialize(FlowerShopContext context)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public ManageController()
 {
     _context = new FlowerShopContext();
 }