Esempio n. 1
0
 public bool AddList(List <SecurityModels.Permission> models)
 {
     return(_repository.AddList(models));
 }