Advertisement
damesova

testNa Mitko

Jan 29th, 2023
850
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.32 KB | None | 0 0
  1. using ConsoleMVC.Controllers;
  2. using ConsoleMVC.Model;
  3. using ConsoleMVC.Model;
  4.  
  5. using ConsoleMVC.Model;
  6.  
  7. namespace ConsoleMVC
  8. {
  9.     public class Program
  10.     {
  11.         static void Main(string[] args)
  12.         {
  13.             TipCalculatorController tipCalculatorController= new TipCalculatorController();
  14.         }
  15.     }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement