static void Main(string[] args)
        {
            FantasyHockeyService service = new FantasyHockeyService();

            service.Test();
        }
Beispiel #2
0
 public FantasyHockeyController()
 {
     _service = new FantasyHockeyService();
 }