Exemple #1
0
 public Plan GetByID(int IdPlan)
 {
     return(_repository.GetByID(IdPlan));
 }