예제 #1
0
 public Task <int> AgentRegistration(Agents obj)
 {
     return(_IAgentRepository.AgentRegistration(obj));
 }