add Programmyday form github
This commit is contained in:
19
zoo-besucher/Visitor.cs
Normal file
19
zoo-besucher/Visitor.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace zoo_besucher
|
||||
{
|
||||
internal class Visitor
|
||||
{
|
||||
protected int visitorCount;
|
||||
protected int entriy;
|
||||
|
||||
public int GetVisitorCount()
|
||||
{ return visitorCount; }
|
||||
public int GetEntriy()
|
||||
{ return entriy; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user