コード例 #1
0
 public List <EmployeeViewModel> GetAll()
 {
     return(obj.GetAll());
 }