Advertisement
Fhernd

AdministradorTI.cs

Nov 12th, 2017
466
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.17 KB | None | 0 0
  1. public class AdministradorTI : Empleado
  2. {
  3.     // Campos, métodos, propiedades, etc. de Empleado son derivados
  4.     // Cuerpo arbitrario de la clase AdministradorTI
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement