예제 #1
0
 public Function GetById(long id)
 {
     return(functionRepository.GetById(id));
 }