Ejemplo n.º 1
0
 public IEnumerable <Course> getAge(PostId data)
 {
     return(_courseServices.getAge(data.account));
 }