示例#1
0
 public Task <Int32> CreateAsync(PolicyRole newRole)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public Task <Int32> CreateAsync(PolicyRole newRole)
 {
     return(_inner.CreateAsync(newRole));
 }