예제 #1
0
        public static bool CostFriendShipPoint(System.Guid managerId, System.Int32 friendShipPoint, ref System.Int32 curFriendShipPoint, ref System.Int32 returnCode, DbTransaction trans = null, string zoneId = "")
        {
            NbManagerProvider provider = new NbManagerProvider(zoneId);

            return(provider.CostFriendShipPoint(managerId, friendShipPoint, ref curFriendShipPoint, ref returnCode, trans));
        }