Exemplo n.º 1
0
 public IntResult GetCRMUserCount(int itemId, string name, string email, int CALType)
 {
     return(CRMController.GetCRMUsersCount(itemId, name, email, CALType));
 }