Ejemplo n.º 1
0
 static void Restaurantsperformed2(int maxhors, WorkTpe worktype)
 {
     Console.WriteLine("Restaurantsperformed2 called" + maxhors.ToString());
 }
Ejemplo n.º 2
0
 static void Restaurantsperformed1(int hoursdaily, WorkTpe worktype)
 {
     Console.WriteLine("Restaurantsperformed1 called" + hoursdaily.ToString());
 }