Exemple #1
0
 public Article GetByContractType(int id)
 {
     return(articleData.GetByContractType(id));
 }