Example #1
0
 public bool Validate(string identification, IdentificationTypeEnum identificationType)
 {
     return(true);
 }
Example #2
0
 public bool Deposit(string originAccount, string destinyAccount, string identification, IdentificationTypeEnum identificationType, decimal amount)
 {
     return(true);
 }
Example #3
0
 public bool Retirement(string originAccount, string identification, IdentificationTypeEnum identificationType, decimal amount)
 {
     return(true);
 }