Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using ConsoleMVC.Controllers;
- using ConsoleMVC.Model;
- using ConsoleMVC.Model;
- using ConsoleMVC.Model;
- namespace ConsoleMVC
- {
- public class Program
- {
- static void Main(string[] args)
- {
- TipCalculatorController tipCalculatorController= new TipCalculatorController();
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement