public PostService(string address,int max)
public int AddPack(int num)
if(this.max>= this.amount+num )
int notar=this.amount+num-this.max;
public int HowMany(string adress)
private PostService[] cs;
public CityStation(string name, int max2)
public static void Main()
PostService p= new PostService("gjkif",20);