コード例 #1
0
 public License FindById(long id)
 {
     return(repository.FindById(id));
 }