Exemplo n.º 1
0
 public IEnumerable <Mark> GetAllBySubnodeId(int subnodeId)
 {
     return(_repository.GetAllBySubnodeId(subnodeId));
 }