Exemplo n.º 1
0
 public IList <Periodo> GetPeriodo(int IdUniv, int IdFac, int IdEsc)
 {
     return(Iperiodo.GetPeriodo(IdUniv, IdFac, IdEsc));
 }