예제 #1
0
 public int CreateLead(string PrimaryNumber)
 {
     return(repository.CreateLead(PrimaryNumber));
 }