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