Exemple #1
0
 public bool AppRateSetup(int id, List <jmp_apprate> appratelist)
 {
     return(_repository.AppRateSetup(id, appratelist));
 }