Exemple #1
0
 public void Create(UserRole entity)
 {
     _UserRoleDal.Create(entity);
 }