示例#1
0
 public List<WorkItems> ListarWorkitems()
 {
     return _repository.ListarWorkitems();
 }