Beispiel #1
0
 public CommonDbResponse AssignAgentRole(string AgentId, string UserId, string RoleId, string IsPrimary)
 {
     return(_repo.AssignAgentRole(AgentId, UserId, RoleId, IsPrimary));
 }