예제 #1
0
 public DataTable GetBySystemId(short systemId)
 {
     return(_attributeRepository.GetBySystemId(systemId));
 }