Ejemplo n.º 1
0
 public string SayHello(string hello)
 {
     //throw new ArgumentNullException(hello);
     _unitOfWorkExample.Deposit(1.5m);
     //_unitOfWorkExample.Deposit(0.0m);
     return("SayHello Business class2 " + hello);
 }
        public string SayHello(string hello)
        {
            _unitOfWorkExample.Deposit(1.5m);

            return("SayHello Business Ext " + hello);
        }