示例#1
0
 public bool AssignSalesRepToTerritory(long salesRepId, long territoryId, RegistrationMode eventType)
 {
     return(_territoryRepository.AssignSalesRepOwnerToTerritory(salesRepId, territoryId, eventType));
 }