Example #1
0
 public ApplicationRole GetById(string id)
 {
     return(_applicationRoleRepository.GetByConditon(x => x.Id == id));
 }