Inheritance: BaseEntity
コード例 #1
0
 public bool UpdateRole(Role role)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
 public int AddRole(Role role)
 {
     throw new NotImplementedException();
 }