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