コード例 #1
0
 public ICollection <AssetRegistration> GetAll()
 {
     return(repository.GetAll());
 }