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