Exemplo n.º 1
0
 public Response <CoContact> Activate(string activation_code)
 {
     return(_contactRepositoryDAC.Activate(activation_code));
 }