예제 #1
0
 public TbSeModulo GetModuloById(int id)
 {
     return(moduloRepo.GetModuloById(id));
 }